diff --git a/nginx.conf b/nginx.conf index 22f7acd56..12a48054a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -25,6 +25,10 @@ http { index index.php; if (!-e $request_filename){ rewrite ^(.*)$ /index.php last; } } + + location /images/ { + # Serve images as static + } location /user { rewrite ^/user/accounts/(.*)$ /error redirect;