Temporarily disable CORS as nginx does weird stuff
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-06-01 19:17:47 +02:00
parent 9381e445be
commit 901d720a61
5 changed files with 6 additions and 50 deletions

View File

@@ -11,6 +11,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://api.tsotr.humenius.me/;
proxy_redirect off;
}
location / {