Nginx: Added community route

This commit is contained in:
Ilya Oleshko 2021-01-25 12:46:49 +03:00
parent 253d48b53c
commit 15429e78de

View File

@ -195,7 +195,7 @@ server {
}
}
location ~* (/crm|/mail/|/calendar|/projects) {
location ~* (/crm|/mail/|/calendar|/projects|/community) {
#rewrite products/people/(.*) /$1 break;
proxy_pass http://localhost:5001;
proxy_set_header X-REWRITER-URL $X_REWRITER_URL;