[WIP] Working on FreeBSD tests

Replace ngrok by serveo.net?
This commit is contained in:
Emilien Mantel
2019-12-29 18:18:24 +01:00
parent a9a72dd25f
commit 4a2478a4fb
2 changed files with 20 additions and 12 deletions

View File

@@ -5,12 +5,20 @@
nginx_pkgng_package: 'nginx-full'
nginx_user: 'www'
nginx_php:
- version: '7.2'
- upstream_name: 'manual'
sockets:
- host: '127.0.0.1'
port: 9000
nginx_load_modules:
- /usr/local/libexec/nginx/ngx_http_geoip_module.so
- upstream_name: 'hx_unix'
sockets:
- host: '127.0.0.1'
port: 9000
- upstream_name: 'hx_ip'
sockets:
- host: '127.0.0.1'
port: 9000
# nginx_load_modules:
# - /usr/local/libexec/nginx/ngx_http_geoip_module.so
ngrok_path: '/usr/local/bin/ngrok'
- name: PKGNG | Install needed packages
@@ -22,16 +30,16 @@
- curl
- daemonize
- fcgiwrap
- GeoIP
# - GeoIP
- jq
- nghttp2
- php72
- php74
- vim
- name: COMMAND | Get geoip database
command: geoipupdate.sh
args:
creates: /usr/local/share/GeoIP/GeoIP.dat
#- name: COMMAND | Get geoip database
# command: geoipupdate.sh
# args:
# creates: /usr/local/share/GeoIP/GeoIP.dat
- name: SERVICE | Force start services
service: