passage en https

This commit is contained in:
2023-11-30 19:33:58 +01:00
parent 8872673b6c
commit 537c58bf9a
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
<hr> <hr>
<div class="text-center"> <div class="text-center">
<a class="btn btn-link" href="{{ request.route_url('view_log') }}">[ Voir historique ]</a> <a class="btn btn-link" href="{{ request.route_url('view_log') }}">[ Voir l'historique ]</a>
</div> </div>
{% endblock content %} {% endblock content %}

View File

@@ -22,6 +22,7 @@ temp_folder = /pyramid/html_cleanup/html_cleanup/static/temp/
[server:main] [server:main]
use = egg:waitress#main use = egg:waitress#main
listen = *:9380 listen = *:9380
url_scheme = https
### ###
# logging configuration # logging configuration