Skip to content

Improve nginx reverse proxy template #5750

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

Merged
merged 6 commits into from
Dec 17, 2024
Merged

Improve nginx reverse proxy template #5750

merged 6 commits into from
Dec 17, 2024

Conversation

Zoey2936
Copy link
Collaborator

@Zoey2936 Zoey2936 requested a review from szaimen December 14, 2024 21:21
@Zoey2936
Copy link
Collaborator Author

I dropped the OCSP part, because Let's encrypt will drop support for it and nginx has no good implementation on its own (with external tools it would be good)

@szaimen szaimen added 3. to review Waiting for reviews documentation Improvements or additions to documentation labels Dec 16, 2024
@szaimen szaimen added this to the next milestone Dec 16, 2024
@szaimen
Copy link
Collaborator

szaimen commented Dec 17, 2024

@Zoey2936 is this ready? :)

@Zoey2936
Copy link
Collaborator Author

Yes

Copy link
Collaborator

@szaimen szaimen left a comment

Choose a reason for hiding this comment

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

LGTM, thanks a lot! 😊


server_name <your-nc-domain>;

location / {
proxy_pass http://127.0.0.1:11000$request_uri;
proxy_pass http://127.0.0.1:11000$request_uri; # adjust to match APACHE_PORT and APACHE_IP_BINDING
Copy link
Collaborator

Choose a reason for hiding this comment

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

Good idea! Should we maybe add this comment for the others as well?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Possible

Copy link
Collaborator

Choose a reason for hiding this comment

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

@szaimen szaimen merged commit 91a8585 into main Dec 17, 2024
2 checks passed
@szaimen szaimen deleted the improve-nginx-rp-guid branch December 17, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants