allow gif sharing

This commit is contained in:
2026-01-18 13:45:27 +00:00
parent eb8f9da8a3
commit 54e78076a8

View File

@@ -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/;
}