Spaces:
Runtime error
Runtime error
Commit
·
44c130c
1
Parent(s):
fc18c76
Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
server {
|
2 |
-
listen
|
3 |
location / {
|
4 |
proxy_pass http://127.0.0.1:5000;
|
5 |
proxy_set_header Host $host;
|
|
|
1 |
server {
|
2 |
+
listen 7680;
|
3 |
location / {
|
4 |
proxy_pass http://127.0.0.1:5000;
|
5 |
proxy_set_header Host $host;
|