Skip to content

Commit

Permalink
Merge pull request #1 from Idrinth/Idrinth-patch-1
Browse files Browse the repository at this point in the history
Update config-based-virtual-host.twig
  • Loading branch information
Idrinth committed Jun 12, 2023
2 parents b8ac542 + ba391cd commit e30d244
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/config-based-virtual-host.twig
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ CustomLog /var/log/{{ host.domain }}-access.log "%l %u %t \"%r\" %>s %b"
<IfModule php7_module>
php_value atatus.app_name "{{ host.domain }}"
</IfModule>
<IfModule php_module>
php_value atatus.app_name "{{ host.domain }}"
</IfModule>
Header set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
Header set Content-Security-Policy upgrade-insecure-requests
RewriteEngine On
Expand Down

0 comments on commit e30d244

Please sign in to comment.