mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-03-12 22:01:40 +00:00
Update files in nginx config
This commit is contained in:
parent
ac55bbbed1
commit
176e98606e
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ server {
|
|||
location /files/ {
|
||||
# try_files $uri $uri/ @puma;
|
||||
# alias root $APP_PATH_PUBLIC/files/;
|
||||
alias /srv/ensl/files/;
|
||||
autoindex on;
|
||||
}
|
||||
location @puma {
|
||||
|
|
Loading…
Reference in a new issue