Merge branch 'master' into feature/files

This commit is contained in:
pavelbannov 2020-10-12 12:22:54 +03:00
commit 358d53e2be

View File

@ -56,7 +56,7 @@ server {
location ~* ^/ds-vpath/ {
rewrite /ds-vpath/(.*) /$1 break;
proxy_pass http://172.18.0.4:80; //temp
proxy_pass http://172.18.0.4:80;
proxy_redirect off;
client_max_body_size 100m;