Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nginx configs #12140

Closed
wants to merge 2 commits into from
Closed

Fix nginx configs #12140

wants to merge 2 commits into from

Conversation

gcglinton
Copy link
Contributor

The nginx config for SSL doesn't match the one for non-SSL, so things don't work as expected.
Copied the default one to the SSL one, re-adding the few directives/parameters required to make SSL work.

Also standardized indentation for the default nginx config; some blocks had only two spaces, but elsewhere it was 4. Now it's 4 everywhere.

Description

The nginx config that's used when enabling SSL is missing some location blocks, and it causes the apps to not load.
Addresses:

Documentation

  • I have reviewed the budibase documentatation to verify if this feature requires any changes. If changes or new docs are required I have written them.

gcglinton added 2 commits May 30, 2023 15:43
The nginx config for SSL didn't match the one for non-SSL, so things didn't work as expected.
Simply copied the default one to the SSL one, re-adding the few ssl options required.
@shogunpurple
Copy link
Member

@gcglinton can you please make a new PR into master instead of develop? closing this one for now

@github-actions github-actions bot locked and limited conversation to collaborators Nov 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants