Re: nginx does not work

2015-10-11 Thread Francis Daly
On Sun, Oct 11, 2015 at 04:23:56AM -0400, DocMAX wrote: Hi there, > my reverse proxy is not working with webmin. css is not resolved. What is the url of one css file that you wish to have resolved but which is not resolved? My suspicion is that it does not start with "/webmin", and so it will n

nginx does not work

2015-10-11 Thread DocMAX
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_pas