Vhost log separation

This commit is contained in:
David Petric 2023-04-07 18:13:15 +02:00
parent f492d6af84
commit 17a8185f97
2 changed files with 4 additions and 6 deletions

5
TODO
View File

@ -1,5 +0,0 @@
Docker
Redis
Mysql
integration into wpconf

View File

@ -13,7 +13,10 @@ server {
listen 80;
expires $expires;
client_max_body_size 50M;
client_max_body_size 50M;
ErrorLog /var/log/nginx/{{ vhost_name }}-error.log
CustomLog /var/log/nginx/{{ vhost_name }}-access.log combined
autoindex off;