Add missing rewrite

Former-commit-id: 409f3c7c0b
This commit is contained in:
mbugeia 2015-02-20 16:56:37 +01:00
parent 7ca703ec50
commit dda3112173

View file

@ -38,5 +38,6 @@ location /seafhttp {
location PATHTOCHANGE/media {
rewrite ^PATHTOCHANGE/media(.*)$ /media$1 break;
root ALIASTOCHANGEseafile-server-latest/seahub;
}