diff --git a/installer/apache/airtime-vhost b/installer/apache/airtime-vhost index 22c54d8b5..890006fb0 100644 --- a/installer/apache/airtime-vhost +++ b/installer/apache/airtime-vhost @@ -8,10 +8,5 @@ AllowOverride all Order allow,deny Allow from all - - # PHP's server values can be spoofed or incorrect if an - # Apache instance is behind a proxy, so set these here - UseCanonicalName On - UseCanonicalPhysicalPort On diff --git a/installer/apache/airtime-vhost-2.4 b/installer/apache/airtime-vhost-2.4 index bc6d8a85f..a1060d875 100644 --- a/installer/apache/airtime-vhost-2.4 +++ b/installer/apache/airtime-vhost-2.4 @@ -9,11 +9,6 @@ Order allow,deny Allow from all - # PHP's server values can be spoofed or incorrect if an - # Apache instance is behind a proxy, so set these here - UseCanonicalName On - UseCanonicalPhysicalPort On - Require all granted