mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
16 lines
228 B
ApacheConf
16 lines
228 B
ApacheConf
AddType application/xml .xml
|
|
AddType text/plain .py
|
|
|
|
AddDefaultCharset utf-8
|
|
|
|
ExpiresActive On
|
|
ExpiresDefault "access plus 1 day"
|
|
|
|
FileETag MTime Size
|
|
|
|
SetOutputFilter DEFLATE
|
|
|
|
Header unset Vary
|
|
Header add Vary Accept-Encoding
|
|
|