1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2025-08-21 04:54:51 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Nicolas Duchon
a67aff92e9 feat: pre bundled dockergen w/ nginx-proxy template image 2024-12-18 21:48:43 +01:00
Nicolas Duchon
de4cb3d2b0 refactor: move nginx daemon off to procfile 2023-12-25 19:16:10 +01:00
Richard Hansen
8aa00fcea2 feat: Option to not trust X-Forwarded-* headers from clients
If header values from a malicious client are passed to the backend
server unchecked and unchanged, the client may be able to subvert
security checks done by the backend server.
2022-12-19 02:48:01 -05:00
Gilles Filippini
5aba125fb7
chore: do not copy useless files into the image
Move required files but 'nginx.tmpl' into a local 'app' folder and copy the
folder content into the image.

'nginx.tmpl' should be moved as well, but this is a breaking change for
configuration with a separate 'docker-gen' container.
2022-03-07 16:01:15 +01:00