Answer the question
In order to leave comments, you need to log in
Nginx + Docker. Rights issue?
Good afternoon!
Torrserve is running in the docker, it works on port 8090.
To make it more convenient to monitor the webmord, this service connected to the domain by reverse proxying to port 80 via NGINX (it is installed locally).
Registered a standard config
server {
listen 80;
server_name www.example.com example.com;
location / {
proxy_pass http://127.0.0.1:8090;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question