gecko/nginx.template

6 lines
121 B
Plaintext

server {
listen ${NGINX_PORT};
location ${LOCAL_URL} {
proxy_pass ${RPC_URL};
}
}