You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See also #259. Somehow a month turned into years. =(
This was resolved in 1.25.3.2-2 and newer (changelog) to use include /etc/nginx/conf.d/*.main. I opted to keep it in the same folder to reduce the need for multiple bind-points to nginx configuration.
Thanks again for your report and sorry for my poor stewardship here.
Would it be possible to add configurable config to go in the main section of the file (in addition to those in the http section).
For example include the following.
include /etc/nginx/main.d/*.conf;
This would then allow adding things like env directives which can only occur at the top level
The text was updated successfully, but these errors were encountered: