Thank you very much for your quick response! For anyone else coming across this issue, ended up resolving it by adding a proxy pass for the /resources route
`location /resources/ {
proxy_pass "http://127.0.0.1:8080/Mavis/resources/";
}
`
into my server { .... } block for my nginx configuration file... "Mavis" is
just the name of my .war file
--
Sent from:
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
