Get Pixelfed running on metal #24

Merged
taeer merged 26 commits from pixelfed-on-metal into main 2024-09-26 15:52:16 +02:00
Showing only changes of commit db39623eeb - Show all commits

View file

@ -175,7 +175,7 @@ in
services.nginx.virtualHosts."garagePortProxy" = { services.nginx.virtualHosts."garagePortProxy" = {
serverName = "*.${fedicfg.web.rootDomain}"; serverName = "*.${fedicfg.web.rootDomain}";
locations."/" = { locations."/" = {
proxyPass = "localhost:3902"; proxyPass = "http://localhost:3902";
extraConfig = '' extraConfig = ''
proxy_set_header Host $host; proxy_set_header Host $host;
''; '';