diff --git a/conf/nginx.conf b/conf/nginx.conf index fb3e482..09c51d4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,3 +1,9 @@ +rewrite ^$ /; +location ~ ^/$ { + default_type text/plain; + return 200 "This is where Headscale is installed."; +} + location / { proxy_pass http://127.0.0.1:__PORT__; proxy_redirect http:// https://;