feat: baikal!!
This commit is contained in:
parent
60ff25d674
commit
2f17ba466f
2 changed files with 21 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue