From 5bcd9619f1a20f3d22f2c9d840a4758ffbf7a31c Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Mon, 21 Mar 2022 12:02:33 +0100 Subject: [PATCH] Move Apache site conf file to a dedicated directory --- scanservjs.conf => apache-sites/scanservjs.conf | 0 setup.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename scanservjs.conf => apache-sites/scanservjs.conf (100%) diff --git a/scanservjs.conf b/apache-sites/scanservjs.conf similarity index 100% rename from scanservjs.conf rename to apache-sites/scanservjs.conf diff --git a/setup.sh b/setup.sh index 72f8bbf..0434049 100644 --- a/setup.sh +++ b/setup.sh @@ -83,7 +83,7 @@ tls_cert() { set_apache() { echo "Setting up Apache HTTP Server" - cp $run_directory_path/scanservjs.conf $apache_sites_directory_path/ + cp $run_directory_path/apache-sites/scanservjs.conf $apache_sites_directory_path/ a2dissite * a2ensite scanservjs a2enmod ssl proxy proxy_http proxy_http2