Skip to content
Snippets Groups Projects
Commit cb16d9ac authored by Marius Burkard's avatar Marius Burkard
Browse files

- added global nginx location for letsencrypt

parent 62b400ce
No related branches found
No related tags found
No related merge requests found
server {
location ~ /\.well-known/acme-challenge/ {
root /usr/local/ispconfig/interface/acme/;
index index.html index.htm;
try_files $uri =404;
}
}
server {
listen {vhost_port};
listen [::]:{vhost_port} ipv6only=on;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment