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
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