Utility tool to create symbolic link for your project's nginx configuration file for deployment
-
Run directly
deno run --allow-write --allow-read https://deno.land/x/nginx_linker/main.ts <nginx_conf_file>
# or we can run it directly from github deno run --allow-write --allow-read https://raw.githubusercontent.com/kivS/nginx-project-linker/main/main.ts <nginx_conf_file>
-
Install as script
deno install --allow-read --allow-write https://deno.land/x/nginx_linker/main.ts
# then we can run it like so nginx_linker nginx-example.conf