Attempt #1 to fix CORS issue and docker build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user