Compare commits
2 Commits
71a5ed9992
...
testing
Author | SHA1 | Date | |
---|---|---|---|
|
7420297586 | ||
|
dec7bf5321 |
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 a2g_dockerized
|
||||
Copyright (c) 2023 altogether
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
@@ -21,37 +21,12 @@
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
|
||||
|
||||
<VirtualHost *:80>
|
||||
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:;"
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
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:;"
|
||||
|
||||
</VirtualHost>
|
Reference in New Issue
Block a user