소스 검색

add config for older apache releases without included mime type

kudos @cryptomilk for the suggestion
El RIDO 1 년 전
부모
커밋
654bff65cc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .htaccess.disabled

+ 1 - 0
.htaccess.disabled

@@ -2,6 +2,7 @@ RewriteEngine on
 RewriteCond !%{HTTP_USER_AGENT} "Let's Encrypt validation server" [NC]
 RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview|facebookexternalhit) [NC]
 RewriteRule .* - [R=403,L]
+AddType application/wasm .wasm
 
 <IfModule mod_php7.c>
 php_value max_execution_time 30