mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
fix(docker): Configure nginx for consistent port mapping and hot reloading (#32362)
This commit is contained in:
@@ -112,6 +112,12 @@ http {
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
|
||||
location /static {
|
||||
proxy_pass http://host.docker.internal:9000; # Proxy to superset-node
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://superset_app;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Reference in New Issue
Block a user