Test status message
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-06-01 17:35:58 +02:00
parent ca73a86292
commit f24ff1248d

View File

@@ -7,9 +7,10 @@ server {
proxy_set_header Host $host;
proxy_set_header X-NginX-Proxy true;
rewrite ^/api/?(.*) /$1 break;
return 200 ttestestset;
#rewrite ^/api/?(.*) /$1 break;
proxy_pass http://api.tsotr.humenius.me/;
#proxy_pass http://api.tsotr.humenius.me/;
}
location / {