Hello! I'm using ISPConfig 3.0.5.4p8 with nginx on Debian 7 and I installed osTicket through APS Installer: I was wondering what are the nginx directives for osTicket. Please help!
I don't know if it has changed but 2014 nginx was not supported for osticket: https://github.com/osTicket/osTicket-1.8/issues/382#issuecomment-31820879
I'm not sure it still is but I found this on nginx web site: https://www.nginx.com/resources/wiki/start/topics/recipes/osticket/ and I know that in ISPConfig I can't just copy-paste so I was wondering how to modify this for ISPConfig.
location directives are not allowed in the nginx directive field in ISPConfig. So you won't be able to. You'd have to add this vhost manually, I think.
@Croydon Are you sure? Because this: is from the perfect server guide at: https://www.howtoforge.com/perfect-server-debian-wheezy-nginx-bind-dovecot-ispconfig-3-p4
I am not 100% sure but I think I tried adding a location directive some weeks ago and it was blocked. Maybe it is a security setting inside of ISPConfig. I don't use nginx often.
As marius said, nginx is not support by osticket. you may find additional informations here: https://github.com/osTicket/osTicket-1.7/issues/538 I tried ostickt on nginx for some times but i have no time to fix everything so i used apache for osticket. I think, you better use an additional web-server with apache.
@florian030 But what about this: https://www.nginx.com/resources/wiki/start/topics/recipes/osticket/ Is it possible to modify it for ISPConfig?
You can give it a try. As i said before: i had not enough to test osticket on nginx and afaik there is no support for nginx. I prefer to just install another web-server. You can the locations and rewrites in the options-tab as nginx-directives