nginx/php: Changed global include to root include

root snippet is there for file based servers, including php
dehydrated
Felix Stupp 4 years ago
parent f2c92e94e2
commit cca87f6425
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -8,7 +8,7 @@ server {
ssl_certificate_key {{ acme_key_location }};
include {{ nginx_snippets_directory }}/https;
include {{ nginx_snippets_directory }}/global;
include {{ nginx_snippets_directory }}/root;
index index.php index.html index.htm;
root {{ src }};

Loading…
Cancel
Save