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