mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
13 lines
288 B
ApacheConf
13 lines
288 B
ApacheConf
SecFilterEngine off
|
|
FileETag MTime Size
|
|
Options -Indexes
|
|
DirectoryIndex index.html
|
|
AddType text/plain .txt
|
|
AddType application/x-python .py
|
|
AddType image/x-icon .ico
|
|
AddType text/javascript .js
|
|
AddType text/css .css
|
|
AddDefaultCharset utf-8
|
|
ExpiresActive on
|
|
ExpiresByType text/html M86400
|