Spaces:
Sleeping
Sleeping
Update default.conf
Browse files- default.conf +1 -1
default.conf
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
server {
|
| 2 |
listen 7860 default_server;
|
| 3 |
-
listen [::]
|
| 4 |
|
| 5 |
root /usr/share/nginx/html;
|
| 6 |
index index.html index.htm;
|
|
|
|
| 1 |
server {
|
| 2 |
listen 7860 default_server;
|
| 3 |
+
listen [::]:7860 default_server;
|
| 4 |
|
| 5 |
root /usr/share/nginx/html;
|
| 6 |
index index.html index.htm;
|