gecko/nginx.template

6 lines
121 B
Plaintext
Raw Permalink Normal View History

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