Bug #1126
Deployment issue with redmine engine
Description
After modify items via https getting redirects to https://production/URL.
Correct should be https://dev.xdevs.com/URL
Updated by tin almost 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed by correcting proxy_pass entry in redmine nginx
location / { ... proxy_pass http://dev.xdevs.com; ... }