From 4419b11aaafe931c01979062a387ec7a30ca0906 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Thu, 30 Jun 2016 15:33:29 +0100 Subject: [PATCH] allow nginx to follow symlinks --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index e1bddc4..899edda 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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"';