Update files in nginx config

This commit is contained in:
Ari Timonen 2020-11-19 02:52:19 +01:00
parent ac55bbbed1
commit 176e98606e

View file

@ -77,6 +77,7 @@ server {
location /files/ { location /files/ {
# try_files $uri $uri/ @puma; # try_files $uri $uri/ @puma;
# alias root $APP_PATH_PUBLIC/files/; # alias root $APP_PATH_PUBLIC/files/;
alias /srv/ensl/files/;
autoindex on; autoindex on;
} }
location @puma { location @puma {