chore: rewrite host header in dev nginx proxy config (#5772)
This commit is contained in:
parent
9cee31613b
commit
fd2303044c
|
@ -14,6 +14,7 @@ server {
|
|||
location / {
|
||||
error_page 502 /502.html;
|
||||
proxy_pass http://localhost:8001/;
|
||||
proxy_set_header Host localhost:8000;
|
||||
}
|
||||
|
||||
location /502.html {
|
||||
|
|
Loading…
Reference in a new issue