Fix missing brace

This commit is contained in:
Eric Nemchik
2022-09-02 20:09:23 +00:00
parent 25ca7ced93
commit 24c6e2b945
@@ -38,6 +38,7 @@ server {
location ~ /\.ht { location ~ /\.ht {
deny all; deny all;
} }
}
# enable subdomain method reverse proxy confs # enable subdomain method reverse proxy confs
include /config/nginx/proxy-confs/*.subdomain.conf; include /config/nginx/proxy-confs/*.subdomain.conf;