diff --git a/Sources/config/nginx.conf b/Sources/config/nginx.conf index ceda0104..174f9eec 100755 --- a/Sources/config/nginx.conf +++ b/Sources/config/nginx.conf @@ -12,11 +12,7 @@ server { include fastcgi_params; } - location ~ /\. { - deny all; - access_log off; - log_not_found off; - } + location / { root /var/www/public;