add / to end of proxy addr

This commit is contained in:
chaos 2024-04-02 18:15:21 +02:00
parent ace4e0950f
commit 4030d2a11d
No known key found for this signature in database

View file

@ -49,7 +49,7 @@ in {
virtualHosts."freshrss.owo.monster" = { virtualHosts."freshrss.owo.monster" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations."/".proxyPass = "http://${containerIP}:80"; locations."/".proxyPass = "http://${containerIP}:80/";
}; };
}; };
} }