This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Replies: 1 comment 3 replies
-
Yes. Working fine for me with just the defaults. Websocket support should be switched on. Nothing in advanced. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think I've got nginx proxy manager (NPM) setup, through the GUI, in the correct manner that the paperless-ng docs recommend nginx as a reverse proxy. I've put the majority of the nginx config in the custom location. Whenever I add proxy_pass http://IP:8000, the status in NPM goes to offline and when I navigate to the url it's not using my Let's Encrypty cert that I was able to obtain through NPM, but it's using a dummy cert issued by NPM. When I leave off proxy_pass, I get a combo of 520, 502, and 400 based on how I change http or https in the location.
Anyone have a working setup with NPM?
Beta Was this translation helpful? Give feedback.
All reactions