mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #520] Expose config files to allow advanced configurations #441
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#441
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 @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.
@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.confjust create this file in the same folder as your docker-compose file and add this to said docker-compose file:And see this wiki entry for the additional files you can add.