fix: locations
This commit is contained in:
parent
e61c815c7c
commit
2d4a4dfe4c
1 changed files with 30 additions and 28 deletions
|
|
@ -40,7 +40,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualHosts."localhost" = {
|
virtualHosts."localhost" = {
|
||||||
"/nextcloud/" = {
|
locations = {
|
||||||
|
"/nextcloud" = {
|
||||||
priority = 9999;
|
priority = 9999;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|
@ -71,6 +72,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue