mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #292] proxy_headers_hash #260
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#260
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @modem7 on GitHub (Feb 11, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/292
During startup of the Nginx container, I get the following message:
Is there any way to pass an environmental variable to increase this, or do it dynamically?
Thanks
@modem7 commented on GitHub (Aug 6, 2020):
Have moved to Traefik, will close issue unless someone else requires this functionality.
@casperse commented on GitHub (Dec 4, 2021):
My proxy just crashed showing this error? any fix to this? (Yes I have 33 sites running on it)
@jeremysherriff commented on GitHub (Jan 30, 2022):
Create or edit the
custom/http.conffile and add the following two lines;I have increased x2 over the defaults, you may choose other values that feel appropriate.
@FroggMaster commented on GitHub (Mar 26, 2023):
I know it's been awhile since you posted this but what is the full path of
custom/http.conf? Encountering this error right now and I do not have a custom folder, or an http.conf within my NPM data directory.Edit: (Answer to my question above.)
The full location is
~/npm/data/nginx/custom/http.confyou will have to create the custom folder and http.conf file manually the first time if it's not already created.@dmzoss commented on GitHub (Jul 25, 2023):
It returns to me the same error and I insert the next configuration to the main nginx.conf file under /etc/nginx folder in the http scope
@Healzangels commented on GitHub (Aug 19, 2023):
I was just working to resolve this and was trying something similar to what you had been @dmzoss.
@FroggMaster Edit is the answer you're looking for where ever your /config has been mounted on the host will be a nginx folder. Mine contains things like directories: cache, dead_host, proxy_host.
In that location you'll want to create a new folder call custom like FroggMaster mentions above. Then with a http.conf with the two proxy _head lines also mentioned above.
Hope that helps!