From 537c58bf9a34f4d479d44eb7d51b4a8de8477732 Mon Sep 17 00:00:00 2001 From: Phuoc Cao Date: Thu, 30 Nov 2023 19:33:58 +0100 Subject: [PATCH] passage en https --- html_cleanup/templates/home.jinja2 | 2 +- production.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/html_cleanup/templates/home.jinja2 b/html_cleanup/templates/home.jinja2 index 045a175..51c022b 100644 --- a/html_cleanup/templates/home.jinja2 +++ b/html_cleanup/templates/home.jinja2 @@ -37,7 +37,7 @@
- [ Voir historique ] + [ Voir l'historique ]
{% endblock content %} diff --git a/production.ini b/production.ini index 84369e5..cd23bb9 100644 --- a/production.ini +++ b/production.ini @@ -22,6 +22,7 @@ temp_folder = /pyramid/html_cleanup/html_cleanup/static/temp/ [server:main] use = egg:waitress#main listen = *:9380 +url_scheme = https ### # logging configuration