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

8 lines
No EOL
114 B
Text

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