Skip to content

Commit

Permalink
Update nginx_installation.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
ValaxyTech authored Sep 30, 2018
1 parent f6450d9 commit c20dd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nginx/nginx_installation.MD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
4. Run /opt/nginx/configure file with below parameters
```sh
# cd /opt/nginx
# ./configure --sbin-path=/usr/bin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --with-pcre --pid-path=/var/run/nginx.pid --with_http_ssl_module
# ./configure --sbin-path=/usr/bin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --with-pcre --pid-path=/var/run/nginx.pid --with-http_ssl_module
```

5. Now compile and install nginx
Expand Down

0 comments on commit c20dd26

Please sign in to comment.