Replies: 2 comments 2 replies
-
Hi @tenethe, Thank you for bringing this up. Yes, this section can be safely removed since a default.conf.template should now exist in /etc/nginx/conf.d. Regarding best practices for customizing the NGINX I think a good practice would be to have the possibility to mount a custom default.conf. But currently, there are scripts which are changing this configuration and will influence the default.conf
Three possible solutions just came to my mind:
What do you think of these ideas? Cheers, |
Beta Was this translation helpful? Give feedback.
-
Thanks! I believe a modified version of option 2 from your list is the best approach. Since this primarily affects users who utilize To make this as seamless as possible for those using This way, users who don't need the adapter get a simple, clean setup by default, while those who do can easily configure it. Since they already know the service name, there's no need for an additional environment variable. @obermeier, what do you think? |
Beta Was this translation helpful? Give feedback.
-
Hi @obermeier,
if I saw it correctly, you added following part to the Dockerfile for the UI container, right? See #2473.
Can this section now be safely removed? Does its removal impact existing installations? Is there anything we need to consider when removing it?
What is the current best practice if users want to use their own default nginx configuration?
Cheers,
Philipp
Beta Was this translation helpful? Give feedback.
All reactions