wiki: add host proxy_header
This commit is contained in:
parent
3e501e2acc
commit
8e66a4ff65
|
@ -46,6 +46,7 @@ in
|
|||
locations."/".extraConfig = ''
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Host $host;
|
||||
proxy_pass http://127.0.0.1:${toString config.services.gollum.port};
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue