Archived
1
0

🏗️」 wip: Started re work

This commit is contained in:
2025-02-07 18:00:30 +01:00
parent 0aef0328c1
commit f48c98da5a
16 changed files with 119 additions and 118 deletions

View File

@ -0,0 +1,9 @@
server {
listen 127.0.0.1:80;
location /health {
access_log off;
return 200 'healthy';
add_header Content-Type text/plain;
}
}