Update default.conf.template #1081

Closed
opened 2026-04-05 16:25:15 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @go0die on 3/31/2024

Fix custom domains status pages NGINX configuration.

Created PR to fix NGINX configurstion to handle custom domains attached to status pages for docker-compose installation.

I've faced redirect issue when trying to open custom domain which was configured to show status page of my installation.
The root domain was added to global configuration and sub domain attached to the status page as docs say. All DNS tests inside of deployment were marked as passed.

I've changed redirect to proxy_pass in nginx configuration under status-page block.

Pull Request Checklist:

  • Please make sure all jobs pass before requesting a review.
  • Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).
  • Have you lint your code locally before submission?
  • Did you write tests where appropriate?

Screenshots (if appropriate):

*Originally created by @go0die on 3/31/2024* ### Fix custom domains status pages NGINX configuration. Created PR to fix NGINX configurstion to handle custom domains attached to status pages for docker-compose installation. I've faced redirect issue when trying to open custom domain which was configured to show status page of my installation. The root domain was added to global configuration and sub domain attached to the status page as docs say. All DNS tests inside of deployment were marked as passed. I've changed redirect to proxy_pass in nginx configuration under status-page block. ### Pull Request Checklist: - [ ] Please make sure all jobs pass before requesting a review. - [ ] Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). - [ ] Have you lint your code locally before submission? - [ ] Did you write tests where appropriate? ### Related Issue? ### Screenshots (if appropriate):
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1081