Skip to content
Snippets Groups Projects
Commit 008ef889 authored by Till Brehm's avatar Till Brehm
Browse files

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

parent f8a07d13
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 { server {
listen {vhost_port}; listen {vhost_port};
listen [::]:{vhost_port} ipv6only=on; 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