Hi all,
- Used Zammad version: 5.1.x
- Used Zammad installation type: package
- Operating system: Ubuntu 20.04
- Browser + version: chrome
Expected behavior:
- I want to run zammad on http://serverio/cc instead of http://serverip/
to achieve this i have edited the nginx zammad.conf file and set
location / to location /cc
and also added rewrite rule to proxy pass all request coming at /cc to http://zammad_railsserver/
I am able to open zammad at http://serveip/cc/
but the problem is with APIs
zammad should send api requests to http://serverip/cc/api/vi/… but it is sending to http://serverip/api/v1…
Actual behavior:
- zammad is sending api requests to http://serverip/api/vi/… but it should send to http://serverip/cc/api/v1…
Thanks.