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

9 lines
103 B
Text
Raw Normal View History

server {
listen 80;
server_name _;
location / {
proxy_pass http://pdsite;
}
}