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/;
}
}
}
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/;
}
}
}