mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-09 12:42:10 +07:00
Fix check HTTP2 on FreeBSD (multi-OS code)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- php5-fpm
|
||||
- curl
|
||||
- fcgiwrap
|
||||
- nghttp2
|
||||
|
||||
- name: SERVICE | Force start services
|
||||
service: name={{ item }} state=started
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
- name: SET_FACT | FreeBSD web user
|
||||
set_fact:
|
||||
nginx_pkgng_package: 'nginx-devel'
|
||||
nginx_user: 'www'
|
||||
nginx_php_sockets:
|
||||
- host: '127.0.0.1'
|
||||
@@ -13,6 +14,7 @@
|
||||
- php56
|
||||
- curl
|
||||
- fcgiwrap
|
||||
- nghttp2
|
||||
|
||||
- name: SERVICE | Force start services
|
||||
service: name={{ item }} state=started enabled=yes
|
||||
|
||||
Reference in New Issue
Block a user