Skip to content

Commit

Permalink
backup: update nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhorukovAnton committed Nov 19, 2021
1 parent 32770e3 commit 307fc3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/nginx/onlyoffice.conf
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,11 @@ server {
proxy_pass http://localhost:5003;
proxy_set_header X-REWRITER-URL $X_REWRITER_URL;
}


location /backupFileUpload.ashx {
proxy_pass http://localhost:5012;
proxy_set_header X-REWRITER-URL $X_REWRITER_URL;
}

location /products {
location ~* /people {
Expand Down

0 comments on commit 307fc3e

Please sign in to comment.