forked from kalipso/infrastructure
[nginx] proxy forward host
This commit is contained in:
@@ -34,6 +34,7 @@ with lib;
|
||||
locations."/" = {
|
||||
proxyPass = "http://10.100.0.101";
|
||||
extraConfig = ''
|
||||
proxy_set_header Host $host;
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user