Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
server {
|
2 |
-
listen
|
3 |
|
4 |
# Serve the index.html file
|
5 |
location / {
|
|
|
1 |
server {
|
2 |
+
listen 7860;
|
3 |
|
4 |
# Serve the index.html file
|
5 |
location / {
|