neb/servers/kid/docker-compose.d/custom/nginx/conf.d/cinny.conf

8 lines
114 B
Text
Raw Permalink Normal View History

2023-11-03 01:00:54 +01:00
server {
listen 80;
server_name cinny.ixvd.net;
location / {
2023-11-03 01:11:13 +01:00
proxy_pass http://cinny;
2023-11-03 01:00:54 +01:00
}
}