enable gzip
This commit is contained in:
parent
797606db01
commit
ed2b7cebfc
2 changed files with 7 additions and 3 deletions
|
|
@ -33,7 +33,8 @@ def run():
|
|||
static_path = os.path.join(root_dir, 'static')
|
||||
|
||||
options = {
|
||||
'debug': not PID
|
||||
'debug': not PID,
|
||||
'gzip': True
|
||||
}
|
||||
|
||||
handlers = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue