feat: revert

This commit is contained in:
s-prechtl 2025-06-22 16:56:44 +02:00
parent c9cddd77a2
commit ddf7fcb3a0

View file

@ -49,7 +49,9 @@
port = 8080; # NOT an exposed port port = 8080; # NOT an exposed port
} }
]; ];
};
virtualHosts."localhost" = {
locations = { locations = {
"/nextcloud" = { "/nextcloud" = {
priority = 9999; priority = 9999;
@ -65,7 +67,7 @@
''; '';
}; };
"^~ /.well-known" = { "^~ /.well-known" = {
priority = 9001; priority = 9000;
extraConfig = '' extraConfig = ''
absolute_redirect off; absolute_redirect off;
location ~ ^/\\.well-known/(?:carddav|caldav)$ { location ~ ^/\\.well-known/(?:carddav|caldav)$ {