1 recipe shared
This script copies the directory ”h5bp” from GitHub repo to /etc/nginx/h5bp and add “include h5bp/basic.conf;” to the configuration files of available sites. Make sure to run this recipe as...
NGINX_DIR=/etc/nginx cd $NGINX_DIR # Copy h5bp directory from server-configs-nginx.git to /etc/nginx/h5bp.