neb/servers/kid/docker-compose.d/custom/nginx/conf.d/cinny.conf
2023-11-03 01:00:54 +01:00

8 lines
No EOL
107 B
Text

server {
listen 80;
server_name cinny.ixvd.net;
location / {
proxy_pass cinny;
}
}