mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-07 23:04:14 +00:00
Merge pull request #223 from fleetbase/feature/nginx_host_header
Make nginx pass the Host header
This commit is contained in:
@@ -37,6 +37,7 @@ server {
|
||||
open_file_cache_errors off;
|
||||
|
||||
location / {
|
||||
proxy_set_header Host $host;
|
||||
proxy_pass http://${NGINX_APPLICATION_HOSTNAME}:8000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user