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