mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
more work in HTTP chapter
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user