diff --git a/nginx.conf b/nginx.conf index e9828b7..abd6a01 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,4 +5,5 @@ server { add_header 'Access-Control-Allow-Origin' '*'; index index.html index.htm; } -} \ No newline at end of file +} +# \ No newline at end of file