Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

Osticket With nginx proxy_pass. (no replies)

$
0
0
Dears, i need a help.
My Osticket (/_support ticket system_/) not work with nginx front-end.
The system report the error: _Valid CSRF Token Required_ when login in
system, but when i try acess a enviroment across the url(httpd):
http://192.168.1.51:8015 the system work fine.
Below my configfile in nginx.

#
####TICKET ###
#

       server {
       listen       80;
       server_name   ticket.oduvaldocozzi.intranet;
       location / {
       proxy_pass http://192.168.1.51:8015;
        root /opt/www/ticket.oduvaldocozzi.intranet/public_html/upload;
                 }
       location ~ \ {

       }

}

--
Att,
BR-RJ.
Togy Silva Ocozzy
e-mail: rjtogy1966@gmail.com
LABS OCOZZI PE.



---
Este email foi escaneado pelo Avast antivírus.
https://www.avast.com/antivirus
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Viewing all articles
Browse latest Browse all 7229

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>