Remove "return 200"
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-06-01 17:49:28 +02:00
parent 03bb26fe6a
commit bee6405a9b

View File

@@ -19,8 +19,6 @@ server {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
return 200;
}
error_page 500 502 503 504 /50x.html;