From 5eec7868355a192ee18060aed8c53f4dd8dcf85c Mon Sep 17 00:00:00 2001 From: waldenn Date: Sat, 1 Jul 2023 09:58:53 +0200 Subject: [PATCH] release cleanup --- 000-default-le-ssl.conf.example | 58 --------------------------------- start.html | 6 ---- 2 files changed, 64 deletions(-) delete mode 100644 000-default-le-ssl.conf.example delete mode 100644 start.html diff --git a/000-default-le-ssl.conf.example b/000-default-le-ssl.conf.example deleted file mode 100644 index cfc0e32af..000000000 --- a/000-default-le-ssl.conf.example +++ /dev/null @@ -1,58 +0,0 @@ - - - # change YOUR_SERVER_NAME - ServerName YOUR_SERVER_NAME - - ServerAdmin webmaster@localhost - DocumentRoot /var/www/html - - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - - Protocols h2 h2c http/1.1 - - ProxyRequests Off - ProxyPreserveHost On - ProxyVia Full - - Require all granted - - - - # command: conzept-api-proxy.sh - ProxyPass http://127.0.0.1:50001 - ProxyPassReverse http://127.0.0.1:50001 - - - - # command: npm start allOrigins/app.js - ProxyPass http://127.0.0.1:1458 - ProxyPassReverse http://127.0.0.1:1458 - - - - ProxyPass http://127.0.0.1:3000 - ProxyPassReverse http://127.0.0.1:3000 - - - - ProxyPass http://127.0.0.1:3001 - ProxyPassReverse http://127.0.0.1:3001 - - - - Options Indexes FollowSymLinks MultiViews - AllowOverride All - Require all granted - - - ServerName dev.conze.pt - - # change YOUR_SERVER_HOST - SSLCertificateFile /etc/letsencrypt/live/YOUR_SERVER_HOST/fullchain.pem - SSLCertificateKeyFile /etc/letsencrypt/live/YOUR_SERVER_HOST/privkey.pem - - Include /etc/letsencrypt/options-ssl-apache.conf - - - diff --git a/start.html b/start.html deleted file mode 100644 index 1b0f5f3f4..000000000 --- a/start.html +++ /dev/null @@ -1,6 +0,0 @@ - - - - - -