From 54e78076a88e1c3fe94778f00dc4f94ab72c0dab Mon Sep 17 00:00:00 2001 From: Adam French Date: Sun, 18 Jan 2026 13:45:27 +0000 Subject: [PATCH] allow gif sharing --- nginx/nginx.conf.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index 680c708..9b0a1d6 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -57,6 +57,10 @@ http { root /var/www/certbot; } + location /img/stamps/mine.gif { + add_header Access-Control-Allow-Origin *; + } + location $BACKEND_ENDPOINT { return 301 $BACKEND_ENDPOINT/; }