Skip to content

Commit b7076c3

Browse files
committed
Create nginx user
Only relevant when bringing it up from scratch, so this went undetected until we tried that again...
1 parent 9ee955f commit b7076c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes/_master-config-proxy.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
package "nginx"
1515

16+
user "nginx"
17+
1618
template '/etc/nginx/nginx.conf' do
1719
source 'nginx.conf'
1820
notifies :reload, "service[nginx]"

0 commit comments

Comments
 (0)