Could be user error but whenever i use nginx with the docker image of pupcloud i can access via lan but whenever i use an https reverse proxy i get a message that says password required in basic text and no styling or anyway to enter a passwd.
heres my nginx config
location /pupcloud/ {
proxy_pass http://localhost:8998;
}