Fix container boots on AppArmor protected systems

Link https://github.com/ansible/awx/issues/1297

Signed-off-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
Shane McDonald
2018-03-08 09:40:02 -05:00
parent 2861397433
commit 02102f5ba8
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
worker_processes 1;
error_log /dev/stdout warn;
pid /tmp/nginx.pid;
events {
@@ -17,8 +16,6 @@ http {
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /dev/stdout main;
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;