add / to end of proxy addr
This commit is contained in:
parent
ace4e0950f
commit
4030d2a11d
|
@ -49,7 +49,7 @@ in {
|
|||
virtualHosts."freshrss.owo.monster" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://${containerIP}:80";
|
||||
locations."/".proxyPass = "http://${containerIP}:80/";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue