Change HTTPS to HTTP
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-06-01 17:52:38 +02:00
parent bee6405a9b
commit 2c51b2f79c

View File

@@ -12,7 +12,7 @@ server {
rewrite ^/api/?(.*) /$1 break;
proxy_pass https://api.tsotr.humenius.me/;
proxy_pass http://api.tsotr.humenius.me/;
}
location / {