This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
format nginx role
phabricator
Edoardo Putti
8 years ago
parent
ffef391ff9
commit
e83c48089d
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
roles/nginx/tasks/main.yaml
+ 3
- 1
roles/nginx/tasks/main.yaml
View File
@ -7,7 +7,9 @@
-
nginx
-
name
:
disable nginx default configuration
file
:
path=/etc/nginx/sites-enabled/default state=absent
file:
path
:
/etc/nginx/sites-enabled/default
state
:
absent
notify
:
restart nginx
-
name
:
install php5-fpm
Write
Preview
Loading…
Cancel
Save