Skip to content
Snippets Groups Projects
Commit 4b134854 authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

Add log

parent c7972597
No related branches found
No related tags found
3 merge requests!5Module Tapes : Try fixing bug 'Mixed Content The page at was loaded over...,!3Openshift deployment,!2Openshift deployment
Pipeline #60185 failed
......@@ -30,6 +30,7 @@ RUN chmod g+rwx /var/cache /var/run /var/log
# users are not allowed to listen on priviliged ports
#RUN sed -i.bak 's/listen\(.*\)80;/listen 8081;/' /etc/nginx/conf.d/default.conf
RUN nginx -V
RUN sed -i.bak 's/listen\(.*\)80;/listen 8081;/' /opt/nginx/conf/nginx.conf
# comment user directive as master process is run as user in OpenShift anyhow
#RUN sed -i.bak 's/^user/#user/' /etc/nginx/nginx.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment