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:
parent
9272b34b19
commit
72a2d91c9f
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue