Quellcode durchsuchen

remove compression entirely (provided by traefik)

Daniel Sheffield vor 1 Jahr
Ursprung
Commit
631aac0cd1
2 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. 0 2
      app/rest/cherrypy.py
  2. 0 1
      app/rest/requirements.txt

+ 0 - 2
app/rest/cherrypy.py

@@ -1,9 +1,7 @@
 import cherrypy
-import wsgigzip
 import bottle
 from .pyapi import *
 
-#application = wsgigzip.GzipMiddleware(bottle.default_app())
 application = bottle.default_app()
 
 cherrypy.config.update({

+ 0 - 1
app/rest/requirements.txt

@@ -1,6 +1,5 @@
 seaborn
 psycopg[binary]
 bottle
-wsgigzip
 cherrypy
 base32-lib