Hello again,
/var/log/nginx/access.log in https://pastebin.com/6xVAyQJY
shows a number of files are expected to be loaded such as...
/login/encrypt.js
/login/login.css
/login/logo.png
/login/top-right.png
/login/username.png
/login/password.png
However, editing file default to:
location /dev01/ {
proxy_pass http://192.168.100.1/login/;
}
will result in "You have no authority to access this router!"
Any piece of advice is appreciated,
/var/log/nginx/access.log in https://pastebin.com/6xVAyQJY
shows a number of files are expected to be loaded such as...
/login/encrypt.js
/login/login.css
/login/logo.png
/login/top-right.png
/login/username.png
/login/password.png
However, editing file default to:
location /dev01/ {
proxy_pass http://192.168.100.1/login/;
}
will result in "You have no authority to access this router!"
Any piece of advice is appreciated,