Enabling a dedicated nginx config for a specific site? #1142
Unanswered
arp-mbender
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got the 3-file docker-setup for
nginx-proxy/acme-companion
. It all works really nicely and for nearly all cases there's no fiddling required.However I've got one or two sites where I'd still like to make use of the automated LE certificate generation, but would also need to provide a more customized nginx configu for those particular sites.
Examples of such customized changes would include:
I know I can add additional global configuration files by mapping them in my compose file:
where the
global_settings.conf
file contains things like:But - is there a way to add site-specific configuration files?
Beta Was this translation helpful? Give feedback.
All reactions