This commit is contained in:
Andras Bacsai 2023-05-26 11:31:46 +02:00
parent e517afc306
commit 6b2ff63255
2 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,7 @@ services:
- QUEUE_CONNECTION - QUEUE_CONNECTION
- REDIS_HOST - REDIS_HOST
- REDIS_PASSWORD - REDIS_PASSWORD
- SSL_MODE=full - SSL_MODE=off
- PHP_PM_CONTROL=dynamic - PHP_PM_CONTROL=dynamic
- PHP_PM_START_SERVERS=5 - PHP_PM_START_SERVERS=5
- PHP_PM_MAX_SPARE_SERVERS=10 - PHP_PM_MAX_SPARE_SERVERS=10

View File

@ -19,3 +19,7 @@
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L] RewriteRule ^ index.php [L]
</IfModule> </IfModule>
<IfModule mod_headers.c>
Header always set Content-Security-Policy "upgrade-insecure-requests;"
</IfModule>