refactoring in between
This commit is contained in:
parent
fc62f9cbfe
commit
a138276c54
10 changed files with 80 additions and 29 deletions
|
|
@ -6,9 +6,9 @@ server {
|
|||
ssl_certificate /ssl/chain.crt;
|
||||
ssl_certificate_key /ssl/certificate.keyplain;
|
||||
|
||||
access_log /var/log/nginx/element/access-{{ inventory_hostname }}.log main;
|
||||
access_log /var/log/nginx/element-access-{{ inventory_hostname }}.log main;
|
||||
access_log /var/log/nginx/access-{{ inventory_hostname }}.log main;
|
||||
error_log /var/log/nginx/element/error-{{ inventory_hostname }}.log notice;
|
||||
error_log /var/log/nginx/element-error-{{ inventory_hostname }}.log notice;
|
||||
error_log /var/log/nginx/error-{{ inventory_hostname }}.log notice;
|
||||
|
||||
error_page 403 404 /403_404.html;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue