feat: revert
This commit is contained in:
parent
c9cddd77a2
commit
ddf7fcb3a0
1 changed files with 3 additions and 1 deletions
|
|
@ -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)$ {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue