mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #652] Can I use sub_filter in proxy host advanced config? #554
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#554
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 @rlogiacco on GitHub (Oct 14, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/652
Checklist
What is troubling you?
I'm trying to specify a
sub_filterdirective for a location within a proxy host, but it doesn't seem to work. By the nginx documentation, it seems the module must be enabled separately during Nginx build: is it enabled in your build?@rlogiacco commented on GitHub (Oct 15, 2020):
Looks like I found a solution: as I had another nginx in front of the proxy manager the communication between the two was gzipped, as such I must also add a directive to allow processing gzipped content.
The following advanced configuration works correctly:
Sadly I was trying to proxy the admin interface (
/admin->localhost:81), which seems not doable probably as a consequence of how the admin interface works in terms of HTML and node.js@investlab commented on GitHub (Sep 16, 2021):
Same question!