I
I
Ivan Ivanov2021-02-28 18:26:58
Redmine
Ivan Ivanov, 2021-02-28 18:26:58

How to configure redmine for nginx?

Installed redmine locally, now you need to install it on the prod. Everything is clear with the installation, however, redmine is only available through localhost:3000, how should I configure it to a specific domain? I use nginx

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
trypzz, 2021-03-01
@maksim_fix

server {
server_name redmine.example.com;
}
location / {
proxy_pass 127.0.0.1:3000 ;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question