Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/amanymahmoud144/icapegclh
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
amanymahmoud144 committed Jan 18, 2024
2 parents 56563be + d1ccedc commit 41d14af
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Configure NGINX with ICAPeg.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ To know more about the NGINX, [check this out](https://www.nginx.com/resources/g

## Prerequisites

Before starting to use ICAP with NGINX, make sure you have the following things in your machine:
Before starting using ICAP with NGINX, make sure you have the following things in your machine:

1. **NGINX**

You should install the latest Stable version of NGINX Open Source **nginx-1.24.0**.
You should install the latest stable version of NGINX Open Source **nginx-1.24.0**.

You can download **NGINX** from [here](https://nginx.org/en/download.html).

Expand Down Expand Up @@ -79,10 +79,10 @@ Before starting to use ICAP with NGINX, make sure you have the following things
- Download NGINX from NGINX site [here](https://nginx.org/en/download.html).
- Extract NGINX zip file in path **C:\\** for Windows.
- Rename the extracted folder to **nginx**.
- From Windows search box; search for **Edit the system environment variables**, Select:
- From Windows search box; search for **Edit the System Environment Variables**, Select:
- **Advanced**
- **Environment Variables**
- Under **system variables**, select **Path** then click **Edit**
- Under **System Variables**, select **Path** then click **Edit**
- Click **New** to add NGINX path **c:\nginx**
- Click **OK**
- Open Windows CMD to check NGINX version and start the NGINX.
Expand All @@ -106,7 +106,7 @@ Before starting to use ICAP with NGINX, make sure you have the following things

You can change the default configuration file **nginx.conf** whatever you want to customize the application.

In this scenario we will add a new section in **nginx.conf** to enable the NGINX server accept the ICAP server connection with SSL
In this scenario we will add a new section in **nginx.conf** to enable the NGINX accept the ICAP server connection with SSL
Certificate and Key.

- Add this section as a separate section in **nginx.conf** file, not under http section in the nginx.conf file:
Expand Down Expand Up @@ -141,6 +141,7 @@ Before starting to use ICAP with NGINX, make sure you have the following things
- Reload NGINX in new CMD window using this command:

```bash
cd C:\nginx
c:\nginx>nginx -s reload
```

Expand Down

0 comments on commit 41d14af

Please sign in to comment.