my reverse proxy is not working with webmin. css is not resolved.

http {
    include       mime.types;

    server {
        listen       80;
        server_name  router;
                access_log  /var/log/nginx/access.log;

                location ^~ /webmin {
                        proxy_pass http://192.168.1.5:10000/;
        }
        }
    }

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,262098,262098#msg-262098

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to