Syntax fix
This commit is contained in:
parent
1d0a36ae45
commit
e6659345e9
@ -18,8 +18,8 @@ server {
|
||||
#Upload max size
|
||||
client_max_body_size 50M;
|
||||
|
||||
ErrorLog /var/log/nginx/{{ vhost_name }}-error.log
|
||||
CustomLog /var/log/nginx/{{ vhost_name }}-access.log combined
|
||||
error_log /var/log/nginx/{{ vhost_name }}-error.log
|
||||
access_log /var/log/nginx/{{ vhost_name }}-access.log combined
|
||||
|
||||
#Disable directory listing
|
||||
autoindex off;
|
||||
|
Loading…
Reference in New Issue
Block a user