We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4c306 commit 6c65b9aCopy full SHA for 6c65b9a
common/etc/nginx/templates/default.conf.template
@@ -311,6 +311,10 @@ server {
311
}
312
313
location @error404 {
314
+ # The CORS configuration needs to be imported in several places in order for
315
+ # it to be applied within different contexts.
316
+ include /etc/nginx/conf.d/gateway/cors.conf;
317
+
318
return 404;
319
320
0 commit comments