chore: rewrite host header in dev nginx proxy config (#5772)

This commit is contained in:
Nicolas Giard 2023-06-06 17:11:32 -04:00 committed by GitHub
parent 9cee31613b
commit fd2303044c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {