media fallback

This commit is contained in:
shim_ 2018-11-03 15:15:59 +01:00
parent 56dfa71a62
commit 4683c54f44

View File

@ -76,7 +76,7 @@ http{
} }
location /media { location /media {
root /opt/seafile/seafile-server-latest/seahub; try_files /var/www /opt/seafile/seafile-server-latest/seahub;
} }
} }