Commit fb8d6e5
committed
Add IPv6 support to default.conf.template for OSS/Plus images
The OSS and Plus base images were missing IPv6 support.
The nginx base image's IPv6 enabler script modifies /etc/nginx/conf.d/default.conf,
but the template processing (which runs after) overwrites this file,
removing the IPv6 listen directive.
This fix adds both IPv4 and IPv6 listen directives directly to the
source template, ensuring they are present in the final configuration
for OSS and Plus image variants.
Fixes #453
Signed-off-by: Jesse Awan <jesse.awan@sap.com>1 parent eb46cd7 commit fb8d6e5
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
0 commit comments