thrall: Configure reverse proxy for photo-groove

This commit is contained in:
Alexander Kobjolke 2023-12-14 15:19:47 +01:00
parent 06984f9d3f
commit f99a81bc9b

View file

@ -208,6 +208,11 @@ in {
extraConfig = '' extraConfig = ''
add_header X-Frame-Options 'SAMEORIGIN'; add_header X-Frame-Options 'SAMEORIGIN';
''; '';
locations."/photo-groove" = {
proxyPass = "http://127.0.0.1:8000/";
proxyWebsockets = true;
};
}; };
"www.jakalx.net" = { "www.jakalx.net" = {