removing the default nginx configuration (#385)

* adding values-parity.yaml to the project again

* removing the custom values file

* replacing the namespace with variable

* removing the default configuration for frontend nginx
This commit is contained in:
arshamparity
2021-08-27 16:10:16 +03:00
committed by GitHub
parent 0ed652a827
commit fc73a2f27a
+2 -1
View File
@@ -32,7 +32,8 @@ RUN apk add --no-cache bash && \
chown -R nginx:nginx /var/log/nginx && \
chown -R nginx:nginx /etc/nginx/conf.d && \
touch /var/run/nginx.pid && \
chown -R nginx:nginx /var/run/nginx.pid
chown -R nginx:nginx /var/run/nginx.pid && \
rm /etc/nginx/conf.d/default.conf
# UID= 101
USER nginx