allow nginx to follow symlinks

This commit is contained in:
Ric Harvey
2016-06-30 15:33:29 +01:00
parent 8f8cfc1ac7
commit 4419b11aaa

View File

@@ -16,7 +16,7 @@ events {
http {
include mime.types;
default_type application/octet-stream;
disable_symlinks off;
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
# '$status $body_bytes_sent "$http_referer" '
# '"$http_user_agent" "$http_x_forwarded_for"';