From dec7bf53210d43e1882a810db8df626ed130e316 Mon Sep 17 00:00:00 2001 From: Raphael Martin Date: Wed, 6 Dec 2023 11:10:46 +0100 Subject: [PATCH] removed unused lines --- .../sites-enabled/typo3.localhost.conf | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/apache-conf/sites-enabled/typo3.localhost.conf b/apache-conf/sites-enabled/typo3.localhost.conf index 3dbadc6..627c3da 100644 --- a/apache-conf/sites-enabled/typo3.localhost.conf +++ b/apache-conf/sites-enabled/typo3.localhost.conf @@ -21,37 +21,12 @@ - DocumentRoot /var/www/html -# ServerName typo3.localhost UseCanonicalName On - # ServerAlias altogether.at - -# RewriteEngine on -# RewriteCond %{HTTP_HOST} ^altogether\.at$ [NC] -# RewriteCond %{HTTP_HOST} !^www\. [NC] -# RewriteRule ^(.*)$ https://www.%1altogether.at%{REQUEST_URI} [R=301,L] - -# Header always set Content-Security-Policy "default-src 'self'; font-src *;img-src *; script-src 'none'; style-src 'unsafe-inline' *; connect-src 'self'" -# Header set Content-Security-Policy "default-src 'self' 'unsafe-inline'; img-src * data:; font-src 'self' data:;" - DocumentRoot /var/www/html -# ServerName typo3.localhost -# ServerName localhost UseCanonicalName On - # ServerAlias altogether.at - - # SSLEngine on - # SSLOptions +StrictRequire - # SSLCertificateFile /etc/ssl/certs/typo3.localhost.crt - # SSLCertificateKeyFile /etc/ssl/typo3.localhost.key - # SSLCertificateChainFile /etc/ssl/typo3.localhost.csr - -# Header always set Content-Security-Policy "default-src 'self'; font-src *;img-src *; script-src 'none'; style-src 'unsafe-inline' *; connect-src 'self'" -# Header set Content-Security-Policy "default-src 'self' 'unsafe-inline'; img-src * data:; font-src 'self' data:;" - \ No newline at end of file