[GH-ISSUE #520] Expose config files to allow advanced configurations #441

Closed
opened 2026-02-26 06:32:51 +03:00 by kerem · 1 comment
Owner

Originally created by @lordraiden on GitHub (Jul 25, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/520

Expose

conf.d/include/block-exploits.conf
include conf.d/include/proxy.conf
include /data/nginx/custom/server_proxy[.]conf

To the data folder so they can be manually edited or in a text editor embedded into the web interface.

With this small changes you will open the doors to advanced users while keeping the tool easy to use for everyone.

Originally created by @lordraiden on GitHub (Jul 25, 2020). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/520 Expose conf.d/include/block-exploits.conf include conf.d/include/proxy.conf include /data/nginx/custom/server_proxy[.]conf To the data folder so they can be manually edited or in a text editor embedded into the web interface. With this small changes you will open the doors to advanced users while keeping the tool easy to use for everyone.
kerem 2026-02-26 06:32:51 +03:00
Author
Owner

@chaptergy commented on GitHub (May 12, 2021):

You can mount any file into docker if you like, so e.g. if you want a custom block-exploits.conf just create this file in the same folder as your docker-compose file and add this to said docker-compose file:

image

And see this wiki entry for the additional files you can add.

<!-- gh-comment-id:839866476 --> @chaptergy commented on GitHub (May 12, 2021): You can mount any file into docker if you like, so e.g. if you want a custom `block-exploits.conf` just create this file in the same folder as your docker-compose file and add this to said docker-compose file: ![image](https://user-images.githubusercontent.com/26956711/118001838-a010e600-b336-11eb-9d97-0475e1ea6e62.png) And see [this wiki entry](https://nginxproxymanager.com/advanced-config/#custom-nginx-configurations) for the additional files you can add.
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#441
No description provided.