mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-26 19:49:38 +00:00
[Helper] Nextcloud: fix subdomain
This commit is contained in:
parent
24c8c82f5a
commit
b8a20b3a23
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ server {
|
|||
add_header X-Download-Options noopen;
|
||||
add_header X-Permitted-Cross-Domain-Policies none;
|
||||
|
||||
server_name NC_SERVER_SUB;
|
||||
server_name NC_SUBD;
|
||||
|
||||
root /web/nextcloud/;
|
||||
|
||||
|
|
@ -111,7 +111,7 @@ server {
|
|||
add_header X-Download-Options noopen;
|
||||
add_header X-Permitted-Cross-Domain-Policies none;
|
||||
|
||||
server_name NC_SERVER_SUB;
|
||||
server_name NC_SUBD;
|
||||
|
||||
root /web/nextcloud/;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue