mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-21 06:01:46 -04:00
add config for older apache releases without included mime type
kudos @cryptomilk for the suggestion
This commit is contained in:
parent
95188eea94
commit
654bff65cc
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ RewriteEngine on
|
||||||
RewriteCond !%{HTTP_USER_AGENT} "Let's Encrypt validation server" [NC]
|
RewriteCond !%{HTTP_USER_AGENT} "Let's Encrypt validation server" [NC]
|
||||||
RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview|facebookexternalhit) [NC]
|
RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview|facebookexternalhit) [NC]
|
||||||
RewriteRule .* - [R=403,L]
|
RewriteRule .* - [R=403,L]
|
||||||
|
AddType application/wasm .wasm
|
||||||
|
|
||||||
<IfModule mod_php7.c>
|
<IfModule mod_php7.c>
|
||||||
php_value max_execution_time 30
|
php_value max_execution_time 30
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue