Files
netoik-vault/files/nginx/vault.netoik.io.conf
samuel f85133ced9
All checks were successful
Continuous Integration / lint_n_build (push) Successful in 22s
Continuous Delivery / build_n_upload (push) Successful in 25s
feat: add config files
2026-04-24 00:59:27 +02:00

9 lines
137 B
Plaintext

server {
listen 443 ssl;
server_name vault.netoik.io;
location / {
proxy_pass http://127.0.0.1:8000;
}
}