feat: baikal!!

This commit is contained in:
Strix 2023-12-03 23:53:44 +01:00
parent 60ff25d674
commit 2f17ba466f
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,11 @@
server {
listen 80;
server_name baikal.ixvd.net;
# SSL is managed by certbot, no need for a ssl listen; it will be generated automagically!
# default html page
location / {
proxy_pass http://baikal;
}
}