[GH-ISSUE #1783] sub_filter #1319

Closed
opened 2026-02-26 07:30:29 +03:00 by kerem · 1 comment
Owner

Originally created by @panaris on GitHub (Jan 20, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1783

Is your feature request related to a problem? Please describe.
I want to be able to replace footer copyrights.

Describe the solution you'd like
Just enable the ngx_http_sub_module http://nginx.org/en/docs/http/ngx_http_sub_module.html

Describe alternatives you've considered
Not always easy to modify the copyright otherwise especially when working with docker.

Originally created by @panaris on GitHub (Jan 20, 2022). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1783 **Is your feature request related to a problem? Please describe.** I want to be able to replace footer copyrights. **Describe the solution you'd like** Just enable the ngx_http_sub_module http://nginx.org/en/docs/http/ngx_http_sub_module.html **Describe alternatives you've considered** Not always easy to modify the copyright otherwise especially when working with docker.
kerem 2026-02-26 07:30:29 +03:00
Author
Owner

@BananaAcid commented on GitHub (May 6, 2022):

The module seems to be enabled, and is useable. (I am using it in the Advanced tab directly and additionally within a location tab)

example

proxy_set_header Accept-Encoding "";
sub_filter_types text/html;
sub_filter '127.0.0.1' 'localhost' ;
sub_filter_once off;
<!-- gh-comment-id:1119321641 --> @BananaAcid commented on GitHub (May 6, 2022): The module seems to be enabled, and is useable. (I am using it in the Advanced tab directly and additionally within a location tab) example ``` proxy_set_header Accept-Encoding ""; sub_filter_types text/html; sub_filter '127.0.0.1' 'localhost' ; sub_filter_once off; ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#1319
No description provided.