neb/servers/link/docker-compose.d/custom/nginx/conf.d/default.conf

10 lines
124 B
Text
Raw Normal View History

2023-10-20 04:24:09 +02:00
server {
listen 80;
server_name link.ixvd.net;
location / {
2023-10-23 02:16:24 +02:00
proxy_pass http://wireguard:5000;
2023-10-20 04:24:09 +02:00
}
}