jakubnowicki
12/6/2019 - 8:17 AM

Nginx CORS fix

location / {
        add_header Access-Control-Allow-Origin $http_origin;
    }