diff --git a/packages/files/apache/icingaweb2.fpm.conf b/packages/files/apache/icingaweb2.fpm.conf
index defdf2bbb..fce026e45 100644
--- a/packages/files/apache/icingaweb2.fpm.conf
+++ b/packages/files/apache/icingaweb2.fpm.conf
@@ -1,15 +1,5 @@
Alias /icingaweb2 "/usr/share/icingaweb2/public"
-# forwarding PHP requests to FPM
-
- ProxyPassMatch "fcgi://127.0.0.1:9000/usr/share/icingaweb2/public/$1"
-
- # Apache 2.4
- ProxyErrorOverride on
- ErrorDocument 503 /icingaweb2/error_unavailable.html
-
-
-
Options SymLinksIfOwnerMatch
AllowOverride None
@@ -48,7 +38,7 @@ Alias /icingaweb2 "/usr/share/icingaweb2/public"
ErrorDocument 404 /icingaweb2/error_norewrite.html
- # forwarding PHP requests to FPM
+ # Forward PHP requests to FPM
SetHandler "proxy:fcgi://127.0.0.1:9000"
ErrorDocument 503 /icingaweb2/error_unavailable.html