]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: use Ubuntu UID for nginx.conf 144/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 22 Oct 2015 16:35:10 +0000 (10:35 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 22 Oct 2015 16:35:10 +0000 (10:35 -0600)
On CentOS, the nginx package from EPEL defaults to using the "nginx"
UID.

On Ubuntu, the nginx package defaults to using the "www-data" UID.

ansible/roles/ansible-jenkins/templates/nginx.conf

index 1ab526efb685d85b4bfc1280315a5b491c2b530f..e12693a8bc6bfc5d9f63564aff300827914bff0c 100644 (file)
@@ -1,5 +1,5 @@
 # {{ ansible_managed }}
-user nginx;
+user www-data;
 worker_processes {{ nginx_processor_count }};
 worker_rlimit_nofile 8192;