Skip to content

kivS/nginx-project-linker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx project Linker

Utility tool to create symbolic link for your project's nginx configuration file for deployment

How to use

  • 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

About

Utility tool to create symbolic link for your project's Nginx configuration file for deployment

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published