neb/servers/keymaker/docker-compose.d/custom/nginx/conf.d/catch-all.conf

9 lines
118 B
Text
Raw Normal View History

server {
listen 80;
2023-12-23 22:26:13 +01:00
server_name park.ixvd.net, _;
location / {
proxy_pass http://pdsite;
}
}