ds
This commit is contained in:
parent
6751bcb398
commit
033c63d9ac
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import faulthandler
|
|||
import atexit
|
||||
|
||||
app = Flask(__name__, template_folder='templates')
|
||||
app.wsgi_app = ProxyFix(app.wsgi_app, x_for=3)
|
||||
app.wsgi_app = ProxyFix(app.wsgi_app, x_for=1)
|
||||
app.url_map.strict_slashes = False
|
||||
app.jinja_env.cache = {}
|
||||
app.jinja_env.auto_reload = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue