diff --git a/nginx.conf b/nginx.conf new file mode 100644 index 0000000..264a303 --- /dev/null +++ b/nginx.conf @@ -0,0 +1,3 @@ +location /ey { + return 200; +}