feat: add cinny nginx conf
This commit is contained in:
parent
216c17abc9
commit
7bb17d18e2
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name cinny.ixvd.net;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
proxy_pass cinny;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue