diff --git a/3002-apps-static.conf b/3002-apps-static.conf index 55655ce..7526d6a 100644 --- a/3002-apps-static.conf +++ b/3002-apps-static.conf @@ -24,6 +24,7 @@ server { error_page 500 502 503 504 /50x.html; location = /50x.html { + add_header 'Access-Control-Allow-Origin' '*'; root html; } } \ No newline at end of file