include ACME challenge location snippet in NGINX template

This commit is contained in:
Max Erenberg 2022-01-04 23:53:44 -05:00
parent 41d293ee3b
commit 7908d49840
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ server {
proxy_pass http://{{ ip_address }};
}
include proxy_params;
include acme_challenge_params;
access_log /var/log/nginx/member-{{ username }}-access.log;
error_log /var/log/nginx/member-{{ username }}-error.log;