Pull request #306: SecChange v2
Merge in RED/ui from SecChangeV2 to master * commit '5ca5e521af75ad75265543b9c4970ed1200a5cc5': nginx.conf edited online with Bitbucket SecChange v2
This commit is contained in:
commit
b714525183
@ -1,6 +1,4 @@
|
||||
server {
|
||||
user nginx;
|
||||
|
||||
error_log /tmp/error.log warn;
|
||||
access_log /tmp/access.log main;
|
||||
pid /tmp/nginx.pid;
|
||||
|
||||
@ -46,7 +46,7 @@ RUN chmod g+r -R /usr/share/nginx/html
|
||||
## Change permissions to enable openShift functionality
|
||||
RUN chmod -R g+rwx /var/cache/nginx /var/run /var/log/nginx /usr/share /etc/nginx
|
||||
|
||||
USER nginx
|
||||
USER 1001
|
||||
|
||||
COPY docker/red-ui/docker-entrypoint.sh /
|
||||
CMD ["/docker-entrypoint.sh"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user