We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b338ff4 commit 7eafb3dCopy full SHA for 7eafb3d
.dockerignore
@@ -0,0 +1,2 @@
1
+.git
2
+conf.d
Dockerfile
@@ -94,9 +94,6 @@ RUN addgroup -S nginx \
94
&& rm -rf /tmp/* /root/.gnupg
95
96
COPY nginx.conf /etc/nginx/nginx.conf
97
-COPY headers_params /etc/nginx/conf.d/headers_params
98
-COPY proxy_params /etc/nginx/conf.d/proxy_params
99
-COPY ssl_params /etc/nginx/conf.d/ssl_params
100
COPY default.conf /etc/nginx/sites-enabled/default.conf
101
102
EXPOSE 80 443
headers_params conf.d/headers_paramsheaders_params renamed to conf.d/headers_params
proxy_params conf.d/proxy_paramsproxy_params renamed to conf.d/proxy_params
ssl_params conf.d/ssl_paramsssl_params renamed to conf.d/ssl_params
0 commit comments