This commit is contained in:
zino
2024-06-08 14:24:57 +02:00
parent dc7e6d8c61
commit 9c5ad3b512

View File

@@ -33,7 +33,7 @@ server {
auth_basic_user_file /usr/share/nginx/html/registry.zinomedia.de/.htpasswd;
location /v2/ {
add_header Access-Control-Allow-Origin "*";
add_header Access-Control-Allow-Origin "https://registryui.zinomedia.de";
add_header Access-Control-Allow-Credentials "true";
add_header Access-Control-Allow-Headers "Authorization, Accept, Cache-Control";
add_header Access-Control-Allow-Methods "HEAD, GET, OPTIONS, DELETE";