samlax12 commited on
Commit
b8cca13
·
verified ·
1 Parent(s): 597f29b

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +2 -2
nginx.conf CHANGED
@@ -1,5 +1,5 @@
1
  server {
2
- listen 80;
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:80
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;