diff --git a/servers/kid/docker-compose.d/custom/nginx/conf.d/cinny.conf b/servers/kid/docker-compose.d/custom/nginx/conf.d/cinny.conf new file mode 100644 index 0000000..6a15d40 --- /dev/null +++ b/servers/kid/docker-compose.d/custom/nginx/conf.d/cinny.conf @@ -0,0 +1,8 @@ +server { + listen 80; + server_name cinny.ixvd.net; + + location / { + proxy_pass cinny; + } +} \ No newline at end of file