From 90c8c743d9d85c880e5501104367fa7b9355d030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Fri, 18 Mar 2022 23:08:18 +0100 Subject: [PATCH] Delete config --- config | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 config diff --git a/config b/config deleted file mode 100644 index 2a02300..0000000 --- a/config +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -# =============================================================================== -# YOU SHOULD CHANGE THOSE. -# =============================================================================== -export NS_PORT='80' # $BIND_IP:80. -export ADMIN_PORT='8282' # $BIND_IP:8282. -export BIND_IP='145.239.109.73' # $BIND_IP:$NS_PORT Will be used for your nginx vhosts configs. -export MY_OS='UBUNTU14' # (UBUNTU14 = Ubuntu 14.04, CENTOS7 = Centos 7.x, Debian7 = Debian 7.9). -export SYM_IT='/nginx' # (Easy way to find nginx 'cd /nginx'). -# =============================================================================== -# =============================================================================== - - - -# =============================================================================== -# I DON'T GAVE SUPPORT IF YOU CHANGE THOSE. -# =============================================================================== -export OWNER='root' # Under which user will nginx run! -export PHP_OWNER='root' # Under which group will nginx run! -export HOSTDATA='/hostdata/' # In which folder will website files stored! -export HOSTDATA_DEF='/hostdata/default/public_html/' # Where is the default_server folder. - -# CONFIGS. -# =============================================================================== -export NGINX_CONF='/nginx/nginx.conf' # nginx.conf -export VHOST_LIVE_DIR='/nginx/live/' # Live sites.conf folder. -export DEFAULT_SERVER='/nginx/live/default.conf' # Where is the default_server conf. - -# EXAMPLE OF EXTRA CONFIGS. -# =============================================================================== -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_DJANGO_CONF_FILE='/etc/nginx/conf.d/django.conf' -export NGINX_PHP_CONF_FILE='/etc/nginx/conf.d/php-fpm.conf' -# =============================================================================== -# ===============================================================================