Update nginx.conf
Browse files- nginx.conf +2 -2
nginx.conf
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
server {
|
| 2 |
-
listen
|
| 3 |
server_name localhost;
|
| 4 |
|
| 5 |
#access_log /var/log/nginx/host.access.log main;
|
|
@@ -61,7 +61,7 @@ server {
|
|
| 61 |
root /usr/share/nginx/html;
|
| 62 |
}
|
| 63 |
|
| 64 |
-
# proxy the PHP scripts to Apache listening on 127.0.0.1:
|
| 65 |
#
|
| 66 |
#location ~ \.php$ {
|
| 67 |
# proxy_pass http://127.0.0.1;
|
|
|
|
| 1 |
server {
|
| 2 |
+
listen 7860;
|
| 3 |
server_name localhost;
|
| 4 |
|
| 5 |
#access_log /var/log/nginx/host.access.log main;
|
|
|
|
| 61 |
root /usr/share/nginx/html;
|
| 62 |
}
|
| 63 |
|
| 64 |
+
# proxy the PHP scripts to Apache listening on 127.0.0.1:7860
|
| 65 |
#
|
| 66 |
#location ~ \.php$ {
|
| 67 |
# proxy_pass http://127.0.0.1;
|