Merge branch 'master' into 9-add-donotredirect-to-createvhosts-sh

This commit is contained in:
Lutchy Horace 2021-03-19 11:42:57 -04:00
commit 29e42ed69d
1 changed files with 3 additions and 0 deletions

View File

@ -199,6 +199,9 @@ server {
listen ${_listenip}80;
server_name $_domain;
error_log /var/log/nginx/${_domain}.error.log;
access_log /var/log/nginx/${_domain}.access.log main;
location /.well-known {
root /srv/http-content-combined/;
autoindex on;