Create config

This commit is contained in:
2017-11-29 12:22:51 +01:00
committed by GitHub
parent e6133996c7
commit e89e5fe4fe
+17
View File
@@ -0,0 +1,17 @@
#!/bin/bash
export OWNER=root
export PHP_OWNER=root
export PORT=80
export BIND_IP=145.239.109.73
export HOSTDATA=/hostdata/
export HOSTDATA_DEF=/hostdata/default/public_html/
export WANT_EXTRA=yes # or no?
export NGINX_RAILS_UNICORN_CONF_FILE=/etc/nginx/conf.d/rails-unicorn.conf
export NGINX_RAILS_THIN_CONF_FILE=/etc/nginx/conf.d/rails-thin.conf
export NGINX_PYRAMID_CONF_FILE=/etc/nginx/conf.d/pyramid.conf
export NGINX_DEFAULT_CONF_FILE=/etc/nginx/conf.d/default.conf
export NGINX_DJANGO_CONF_FILE=/etc/nginx/conf.d/django.conf
export NGINX_PHP_CONF_FILE=/etc/nginx/conf.d/php-fpm.conf