feat: add cinny nginx conf

This commit is contained in:
Strix 2023-11-03 01:00:54 +01:00
parent 216c17abc9
commit 7bb17d18e2
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -0,0 +1,8 @@
server {
listen 80;
server_name cinny.ixvd.net;
location / {
proxy_pass cinny;
}
}