NGINX to NGINX Proxy Manager #3936
Unanswered
Partymann2000
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have set up an NGINX web server with several configurations. In the
etc/nginx/sites-available/
directory, I have stored various configuration files for different sites that are accessible under subdomains of x.example.com (on the default port).Here are my stored files:
dailyrewardplus.conf
dev.conf
...and others.
Everything works as desired. Now I have stopped the NGINX server, installed the NGINX Proxy Manager and started it in Docker.
How can I now access my subpages? These are configured in NGINX with the subdomains, but when I search for them in the Proxy Manager, it can't find them because NGINX is offline. Also, I can't run NGINX in parallel, otherwise the same port will be used.
(the docker and the nginx server on teh same servers, this is a conf from my
etc/nginx/sites-available/
This is my docker-compose.yml
Beta Was this translation helpful? Give feedback.
All reactions