From 28f48af86e9f4f82fc3b065fe3da09e6c6ab60a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 12 Nov 2024 09:54:53 +0100 Subject: [PATCH] Fix force to use https in dev mode The new version waitress didn't do that correctly Requires: https://github.com/camptocamp/c2cwsgiutils/pull/2523 --- .../docker-compose.override.sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geoportal/c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/docker-compose.override.sample.yaml b/geoportal/c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/docker-compose.override.sample.yaml index f358802fae..c387cfba65 100644 --- a/geoportal/c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/docker-compose.override.sample.yaml +++ b/geoportal/c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/docker-compose.override.sample.yaml @@ -25,7 +25,7 @@ services: # - PRINT_URL=http://print:8080/print/ - PYTHONWARNINGS=default::DeprecationWarning - SQLALCHEMY_WARN_20=true - - C2CWSGIUTILS_FORCE_PROTO=true + - C2CWSGIUTILS_FORCE_PROTO=https ports: - 5678:5678 # For remote debugging using Visual Studio Code