From 366c336dbbdb56b18609037eba0f12ee28c951b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Fri, 3 May 2019 13:43:38 +0200 Subject: [PATCH] Update config.ini --- config.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.ini b/config.ini index b0c72b0..902bd97 100644 --- a/config.ini +++ b/config.ini @@ -1,2 +1,6 @@ export nginxVersion='1.16.0' +export nginxIndex='https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/html/index.html' +export nginxGeoDB='https://github.com/theraw/The-World-Is-Yours/raw/master/static/GeoLite2-Country.mmdb' export ubuntu18build='https://github.com/theraw/The-World-Is-Yours/raw/v2/OS/Ubuntu/18.04/source/nginx.zip' +export ubuntu18nginxconf='https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/nginx.conf' +export ubuntu18defauconf='https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/vhost/default'