The issue is resolved now. This was not related to nginx, but the upstream apache configuration.by macaque - How to...
This is the current config: nginx.conf: user nginx; worker_processes auto; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 1024; use epoll; multi_accept on; } http { tcp_nopush on; tcp_nodelay on; ssl_session_cache shared:SSL:10m; ssl_session_timeout 10m; include /etc/nginx/mime.by macaque - How to...
Hello, I'm running a reverse proxy using nginx 1.2.8 to a number of apache2 servers sitting on local private IP space. When content using relative links is served, links including a trailing slash work correctly (ie ../../dirname/), whereas links without the trailing slash (ie ../../dirname ) return the private IP address of the proxied server to the end client (eg 10.0.0.101 instead of virtualby macaque - How to...
![]() |
![]() |
![]() |
![]() |
|