Remove prefix from special domains
Because LE doesn't issue certs for them
This commit is contained in:
parent
5ef2e14ae9
commit
6b3460c702
3 changed files with 14 additions and 7 deletions
|
|
@ -39,7 +39,7 @@ http:
|
|||
# This email address can be configured here.
|
||||
certbot_email: null
|
||||
|
||||
# Serve the panel also on the toplevel domain, and not only on the "_panel" domain.
|
||||
# Serve the panel also on the toplevel domain, and not only on the "panel" domain.
|
||||
# Enabled by default.
|
||||
panel: null
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ http:
|
|||
# In the future, it will be enabled by default, but at this point it is not.
|
||||
api: null
|
||||
|
||||
# Enable serving the triplestore webinterface publically under the "_ts" domain
|
||||
# Enable serving the triplestore webinterface publically under the "ts" domain
|
||||
ts: null
|
||||
|
||||
# Enable serving the phpmyadmin webinterface publically under the "_phymyadmin" domain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue