Skip to content

Conversation

@albeus
Copy link

@albeus albeus commented May 4, 2025

linuxserver.io



Description

Added an Nginx reverse proxy configuration for a Redmine container. The config enables basic reverse proxy functionality to access Redmine through a subdomain.

Benefits of this PR and context

This addition simplifies access to Redmine instances deployed via Docker by providing an out-of-the-box reverse proxy configuration. It improves usability for users running Redmine behind Nginx and aligns with existing reverse proxy examples in the repo.

How Has This Been Tested?

Tested locally with Docker using the official Redmine container and Nginx. Verified that requests to the configured subdomain correctly forward to the Redmine container and serve the web interface without issues.

Source / References

@albeus albeus force-pushed the add-redmine-conf branch from 6192a5f to 4281640 Compare May 23, 2025 09:45
They should exist in proxy.conf.

Ref:
[pullrequestreview-2863663445](linuxserver#764 (review))
@LinuxServer-CI
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

Copy link
Member

@Roxedus Roxedus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to look at this once you amended it, sorry for the wait.

Comment on lines +13 to +14
access_log /var/log/nginx/redmine-access.log;
error_log /var/log/nginx/redmine-error.log;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably shouldn't be here.

@LinuxServer-CI
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@LinuxServer-CI
Copy link

This pull request is locked due to inactivity

@linuxserver linuxserver locked as resolved and limited conversation to collaborators Oct 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

Development

Successfully merging this pull request may close these issues.

3 participants