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