Spaces:
Running
Running
Nicky Nicolson
commited on
Commit
·
7922543
1
Parent(s):
b660b4c
added port_in_redirect config
Browse files
nginx/etc.nginx_nginx.conf
CHANGED
@@ -13,6 +13,7 @@ http {
|
|
13 |
|
14 |
server {
|
15 |
listen 7860;
|
|
|
16 |
server_name localhost;
|
17 |
root /usr/share/nginx/html;
|
18 |
index index.html;
|
|
|
13 |
|
14 |
server {
|
15 |
listen 7860;
|
16 |
+
port_in_redirect off;
|
17 |
server_name localhost;
|
18 |
root /usr/share/nginx/html;
|
19 |
index index.html;
|