mirror of
https://github.com/YunoHost-Apps/headscale_ynh.git
synced 2024-09-03 19:25:53 +02:00
Return 200 at root to please CI
This commit is contained in:
parent
1834491cb8
commit
2308ea4630
1 changed files with 6 additions and 0 deletions
|
@ -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://;
|
||||
|
|
Loading…
Add table
Reference in a new issue