fix: locations

This commit is contained in:
s-prechtl 2025-06-21 23:08:18 +02:00
parent e61c815c7c
commit 2d4a4dfe4c

View file

@ -40,7 +40,8 @@
};
virtualHosts."localhost" = {
"/nextcloud/" = {
locations = {
"/nextcloud" = {
priority = 9999;
extraConfig = ''
proxy_set_header X-Real-IP $remote_addr;
@ -71,6 +72,7 @@
};
};
};
};
security.acme = {
acceptTerms = true;