Diferencia entre revisiones de «Usuario:Lmorillas/desarrollo web servidor/flask/http caching»

De WikiEducator
Saltar a: navegación, buscar
(Página creada con '{{MiTitulo|HTTP Caching}} Por defecto: 43200 segundos (12 horas) Se puede configurar la variable '''SEND_FILE_MAX_AGE_DEFAULT'''. app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 2…')
 
(Sin diferencias)

Última revisión de 21:33 10 nov 2013


Por defecto: 43200 segundos (12 horas)

Se puede configurar la variable SEND_FILE_MAX_AGE_DEFAULT.

 app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 2592000