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" = {
|
||||
"/nextcloud/" = {
|
||||
locations = {
|
||||
"/nextcloud" = {
|
||||
priority = 9999;
|
||||
extraConfig = ''
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
|
@ -71,6 +72,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue