From 2d755550b3eed4c2733975c777843ed51dec0ed1 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 9 Feb 2021 16:34:55 -0500 Subject: fixed reverse proxy config, servername --- usr/local/etc/apache24/Includes/nextcloud.53hor.net.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr/local/etc/apache24/Includes/nextcloud.53hor.net.conf') diff --git a/usr/local/etc/apache24/Includes/nextcloud.53hor.net.conf b/usr/local/etc/apache24/Includes/nextcloud.53hor.net.conf index c3c052b..0eb8696 100644 --- a/usr/local/etc/apache24/Includes/nextcloud.53hor.net.conf +++ b/usr/local/etc/apache24/Includes/nextcloud.53hor.net.conf @@ -1,8 +1,11 @@ DocumentRoot "/usr/local/www/nextcloud" - ServerName 192.168.1.55 + ServerName nextcloud.53hor.net SetHandler "proxy:fcgi://127.0.0.1:9000/" + + Header always set Strict-Transport-Security "max-age=15552000; includeSubDomains" + DirectoryIndex /index.php index.php -- cgit v1.2.3