Trouble adding proxy passes from an nginx conf file #3209
Unanswered
LastStopITSolutions
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I am trying to install TacticalRMM on my server but I need it to run behind Nginx Proxy Manager as TRMM requires 443 and 80 to work. The issue is that when TRMM is installed, it automatically creates nginx proxys the old fashioned way. Being that I only have 1 IP for all of my web apps, I cant use the traditional nginx proxy passes located in /etc/nginx/sites-available. The issue i have is when i try to copy the proxy passes from TRMM and add them to the custom Nginx Configuration on Nginx Proxy Manager Proxy Host, I get the error "nginx: [emerg] open() "/etc/nginx/uwsgi_params" failed (2: No such file or directory) in /data/nginx/proxy_host/30.conf:98"
The proxy passes im trying to add are as follows:
If anyone has any idea what I'm doing wrong or how to make this work, please let me know. And if you need anymore information from me, please feel free to let me know.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions