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

[DOC] How to use the parameter: Reverse proxy includes #1768

Open
1 task done
rdrouche opened this issue Nov 29, 2024 · 3 comments
Open
1 task done

[DOC] How to use the parameter: Reverse proxy includes #1768

rdrouche opened this issue Nov 29, 2024 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@rdrouche
Copy link

Description

Hi everyone,

I'm discovering the product which really seems to be great and I'm doing tests to replace our reverse proxy on Nginx.

In the reverse proxy configuration, I saw that there was the following parameter: Reverse proxy includes which normally allows to include parameters in the location part of the configuration.

Do you know how to use it? because normally this file should be placed in the /etc/nginx folder but I can't find anywhere how to do it.

I tried using the volume configuration in my docker-compose.yml file to map the file in Nginx, this prevents the container from starting.

If you can help me I thank you in advance.

Romain ;)

Proposed solution (optional)

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@rdrouche rdrouche added the documentation Improvements or additions to documentation label Nov 29, 2024
@TheophileDiot
Copy link
Member

Hi @rdrouche, there is a REVERSE_PROXY_INCLUDES setting that might help you with this: https://docs.bunkerweb.io/latest/settings/#reverse-proxy

@MaizalNme
Copy link

Dunno if it is a good solution, but it solved my problem.

You can create the file to include in /usr/share/bunkerweb/confs without extension and use it in the reverse_proxy_includes parameter.

Bunkerweb will copy the file to /etc/nginx once you do any modification to a service.

@rdrouche
Copy link
Author

Dunno if it is a good solution, but it solved my problem.

You can create the file to include in /usr/share/bunkerweb/confs without extension and use it in the reverse_proxy_includes parameter.

Bunkerweb will copy the file to /etc/nginx once you do any modification to a service.

Hi,

Thanks for your feedback, I will try this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants