Attempt #1 to fix CORS issue and docker build.

This commit is contained in:
Karmaa
2025-02-22 00:18:28 -06:00
parent e42c8c9788
commit 946f5daaa9
2 changed files with 1 additions and 5 deletions

View File

@@ -30,8 +30,6 @@ http {
# CORS headers
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Methods' 'GET, POST';
add_header 'Access-Control-Allow-Headers' 'Content-Type, Accept';
}
# Error pages