Spaces:
Sleeping
Sleeping
epii-1
commited on
Commit
·
ba98b8b
1
Parent(s):
004f3e4
222222
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -20,7 +20,7 @@ http {
|
|
20 |
|
21 |
server {
|
22 |
listen 7860;
|
23 |
-
server_name
|
24 |
|
25 |
location / {
|
26 |
root /usr/share/nginx/html;
|
|
|
20 |
|
21 |
server {
|
22 |
listen 7860;
|
23 |
+
server_name 0.0.0.0;
|
24 |
|
25 |
location / {
|
26 |
root /usr/share/nginx/html;
|