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

Revert "Removed code that was used as test fix for a letsencrypt issue."

This reverts commit 008ef889.
parent 008ef889
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