Archived
1
0

」 feat: Should be working

This commit is contained in:
2025-01-17 16:49:53 +01:00
parent 89e5921175
commit 9a8f33f0b4
15 changed files with 272 additions and 79 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;
}
}