cbtiger
Members
-
Joined
-
Last visited
Solutions
-
cbtiger's post in Letsencrypt/swag reverse proxy 401 Unauthorized/403 Forbidden Error on Overseerr was marked as the answerFigured this out - I had uncommented the lines below when messing around in the overseerr .conf file earlier. Recommenting them fixed the issue.
location / {
# enable the next two lines for http auth
#auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd;