NGINX Reverse proxy #61
-
Hello, sorry for the noob question. I have web server on Linux with nginx running. How can I run cryptgeon and reverse this app without another nginx in container? Because in this case nginx on system stop working. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey there :) Could you maybe post you nginx config? I haven't touched nginx in a while but maybe I can help. In theory what you would do is run the service on an internal port (e.g. 1234) different from your current port and them proxy it thorugh nginx with a subdomain. |
Beta Was this translation helpful? Give feedback.
-
Thank you. All works now. Appreciate this. |
Beta Was this translation helpful? Give feedback.
Hey there :)
Could you maybe post you nginx config? I haven't touched nginx in a while but maybe I can help.
In theory what you would do is run the service on an internal port (e.g. 1234) different from your current port and them proxy it thorugh nginx with a subdomain.