Update default.conf
Browse files- default.conf +1 -1
default.conf
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
server {
|
3 |
listen 7860;
|
4 |
-
server_name localhost;
|
5 |
|
6 |
root /usr/share/nginx/html;
|
7 |
index index.html index.htm;
|
|
|
1 |
|
2 |
server {
|
3 |
listen 7860;
|
4 |
+
#server_name localhost;
|
5 |
|
6 |
root /usr/share/nginx/html;
|
7 |
index index.html index.htm;
|