1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

only declare logs in one place

This commit is contained in:
George Hunt 2020-01-10 23:39:09 -05:00
parent 9272b34b19
commit 72a2d91c9f

View file

@ -3,10 +3,6 @@ server {
server_name {{ iiab_hostname }};
listen 80;
access_log {{ apache_log_dir }}/access.log;
error_log {{ apache_log_dir }}/error.log;
access_log {{ apache_log_dir }}/scripts.log scripts;
index index.php index.html index.htm;
# let individual services drop location blocks in conf.d