Determine wildcard cert paths and tidy nginx role

This commit is contained in:
2022-05-23 22:33:17 -04:00
parent 9a4aece442
commit 209ff57a4a
5 changed files with 31 additions and 17 deletions

View File

@@ -22,4 +22,5 @@ http {
server_names_hash_bucket_size 128;
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}