debug redirect to internal port
This commit is contained in:
parent
495921bb25
commit
97d788f364
@ -24,6 +24,7 @@ http {
|
|||||||
server {
|
server {
|
||||||
listen 8080 default_server;
|
listen 8080 default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
|
absolute_redirect off;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
index index.html;
|
index index.html;
|
||||||
|
Loading…
Reference in New Issue
Block a user