This commit is contained in:
Taeer Bar-Yam 2024-09-23 11:58:49 -04:00
parent 2501c480fb
commit e093632222

View file

@ -175,7 +175,7 @@ in
services.nginx.virtualHosts."garagePortProxy" = { services.nginx.virtualHosts."garagePortProxy" = {
serverName = "${cfg.web.urlFor "*"}"; # wildcard bucket *.foo.com serverName = "${cfg.web.urlFor "*"}"; # wildcard bucket *.foo.com
locations."/" = { locations."/" = {
proxyPass = "localhost:3902" proxyPass = "localhost:3902";
extraConfig = '' extraConfig = ''
proxy_set_header Host $host; proxy_set_header Host $host;
''; '';