From 7bb17d18e27c8802340d4ca125e9045f3846a2d3 Mon Sep 17 00:00:00 2001 From: Raine Date: Fri, 3 Nov 2023 01:00:54 +0100 Subject: [PATCH] feat: add cinny nginx conf --- .../kid/docker-compose.d/custom/nginx/conf.d/cinny.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 servers/kid/docker-compose.d/custom/nginx/conf.d/cinny.conf 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