1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Rename var nginx_config_dir to nginx_conf_dir

This commit is contained in:
root 2020-01-24 01:08:42 -05:00
parent 9d4dd4c4fd
commit b7151fe047
21 changed files with 84 additions and 84 deletions

View file

@ -6,7 +6,7 @@ server {
index index.php index.html index.htm;
# let individual services drop location blocks in conf.d
include {{ nginx_config_dir }}/*;
include {{ nginx_conf_dir }}/*;
location ~ .*\.php$ {
proxy_set_header X-Real-IP $remote_addr;