This commit is contained in:
xyno (Philipp Hochkamp) 2023-08-28 14:06:56 +02:00
parent 03080b0809
commit 0a058eb6c6

View file

@ -52,7 +52,7 @@
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://[::1]${config.services.xynoblog.listen}";
locations."/js".proxyPass = "http://127.0.0.1:${toString config.services.plausible.server.port}";
locations."/gyakapyukawfyuokfgwtyutf.js".proxyPass = "http://127.0.0.1:${toString config.services.plausible.server.port}/js/plausible.js";
locations."/api/event".proxyPass = "http://127.0.0.1:${toString config.services.plausible.server.port}";
};
services.lolpizza2.enable = true;