diff options
author | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-03-17 12:20:08 +0100 |
---|---|---|
committer | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-03-17 12:20:08 +0100 |
commit | 526acdec1a708b143dbfe5ca9f1f5dddd910942e (patch) | |
tree | 5d9554efdf92828c08cf193a86d7eb8a3bdc0ff1 | |
parent | 79be49569f254a296c420abdde27ecdcdf6e3b36 (diff) | |
download | site-526acdec1a708b143dbfe5ca9f1f5dddd910942e.tar.gz site-526acdec1a708b143dbfe5ca9f1f5dddd910942e.zip |
tweak .woodpecker
-rw-r--r-- | .woodpecker.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml index a8209cb..336da93 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -15,3 +15,6 @@ steps: source: static/**/* target: / strip_prefix: static/ + # a bit more robust: do not require the let's encrypt certificate to be + # working for the subdomain + path_style: true |