'Lost' the default config location

2019-12-03 Thread chewiesw
Noob here , so please bear with me. I have a reverse proxy working so if I https://mysite.com/footyscore the page will launch. However if I browse to http or https://mysite.com the default welcome to nginx page loads. I want to change this (change the root) so that my roundcube webmail will launch

proxy_pass in post_action location does not send any http request

2019-12-03 Thread jacks
Hi I am trying to configure NGINX to send another http request after successful completion of the original proxied request, in order to count statistics etc' I am using post_action with proxy_pass as following: location / { proxy_http_version 1.1; proxy_set_header HOST $http_host