mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 10:50:10 +00:00
Merge pull request #59 from nextcloud/enh/18/improve-apache-caddy-conf
disable http_challenge and add https:// to the url
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
{$NC_DOMAIN}:443 {
|
||||
https://{$NC_DOMAIN}:443 {
|
||||
|
||||
# Notify Push
|
||||
route /push/* {
|
||||
@@ -50,4 +50,11 @@
|
||||
header Strict-Transport-Security max-age=31536000;
|
||||
reverse_proxy localhost:80
|
||||
}
|
||||
|
||||
# TLS options
|
||||
tls {
|
||||
issuer acme {
|
||||
disable_http_challenge
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user