nginx does not work

DocMAX nginx-forum at nginx.us
Sun Oct 11 08:23:56 UTC 2015


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



More information about the nginx mailing list