aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
Diffstat (limited to 'p')
-rw-r--r--p/.htaccess2
1 files changed, 0 insertions, 2 deletions
diff --git a/p/.htaccess b/p/.htaccess
index e6d024c5e..4d2c6e52b 100644
--- a/p/.htaccess
+++ b/p/.htaccess
@@ -39,7 +39,6 @@ AddDefaultCharset UTF-8
<IfModule mod_headers.c>
<FilesMatch "\.(css|gif|html|ico|js|png|svg|woff|woff2)$">
Header merge Cache-Control "public"
- # If you run an old Apache 2.2-, comment out the following <If> section
<If "%{QUERY_STRING} =~ /^[0-9]+$/">
# For requests like `frss.css?1746304092`
Header merge Cache-Control "immutable"
@@ -55,7 +54,6 @@ AddDefaultCharset UTF-8
</IfModule>
<IfModule !mod_rewrite.c>
<IfModule mod_setenvif.c>
- # If you run an old Apache 2.2-, disable mod_setenvif and enable mod_rewrite, or comment out next line
SetEnvIfExpr "%{CONN_REMOTE_ADDR} =~ /(.*)/" CONN_REMOTE_ADDR=$1
</IfModule>
</IfModule>