feat: add config files
All checks were successful
Continuous Integration / lint_n_build (push) Successful in 22s
Continuous Delivery / build_n_upload (push) Successful in 25s

This commit is contained in:
2026-04-24 00:47:26 +02:00
parent c63737fb0d
commit f85133ced9
5 changed files with 103 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
server {
listen 443 ssl;
server_name vault.netoik.io;
location / {
proxy_pass http://127.0.0.1:8000;
}
}