- Edited
I've been trying to figure out why using NGNIX as a web-server the dashboard section doesn't work. With Apache there are no issues.
I followed this configuration (http://wiki.nginx.org/OSTicket)
I dont think this is working.
location ~ ^/scp/ajax.php/(.*)$ {
try_files $uri $uri/ /scp/ajax.php;
}
Here it is what I found so far:
Request URL:http://myosticket.com/scp/ajax.php/report/overview/table/groups(http://myosticket.com/scp/ajax.php/report/overview/table/groups)
Request Method
Status Code Bad Request
Request URL:http://myosticket.com/scp/ajax.php/config/scp(http://myosticket.com/scp/ajax.php/config/scp)
Request Method
Status Code Bad Request
Request URL:http://myosticket.com/scp/ajax.php/report/overview/graph?start=&period=now(http://myosticket.com/scp/ajax.php/report/overview/graph?start=&period=now)
Request Method
Status Code Bad Request
Any help would be appreciate it.
Thanks.