blob: 0eb86968df5319c9d5aac7724455a65a1a1fea4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<VirtualHost *:80>
DocumentRoot "/usr/local/www/nextcloud"
ServerName nextcloud.53hor.net
<FilesMatch \.php$>
SetHandler "proxy:fcgi://127.0.0.1:9000/"
</FilesMatch>
<IfModule mod_headers.c>
Header always set Strict-Transport-Security "max-age=15552000; includeSubDomains"
</IfModule>
DirectoryIndex /index.php index.php
</VirtualHost>
|