mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-02 20:11:59 +08:00
disable http_challenge and add https:// to the url
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
3a67636092
commit
2e1cf44e9c
1 changed files with 8 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
{$NC_DOMAIN}:443 {
|
https://{$NC_DOMAIN}:443 {
|
||||||
|
|
||||||
# Notify Push
|
# Notify Push
|
||||||
route /push/* {
|
route /push/* {
|
||||||
|
@ -50,4 +50,11 @@
|
||||||
header Strict-Transport-Security max-age=31536000;
|
header Strict-Transport-Security max-age=31536000;
|
||||||
reverse_proxy localhost:80
|
reverse_proxy localhost:80
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# TLS options
|
||||||
|
tls {
|
||||||
|
issuer acme {
|
||||||
|
disable_http_challenge
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue