Skip to content

Shell script helps quickly create Ubuntu Nginx host for any GoLang based web project on your local machine.

Notifications You must be signed in to change notification settings

volodymyroliinyk/create-vhost-ubuntu-nginx-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

create-vhost-ubuntu-nginx-golang

Shell script helps quickly create Ubuntu Nginx host for any GoLang based web project on your local machine.

  • Don't use symbol "_" for local domain name.
  • Open file /etc/hosts and add string #localhost to the end (one-time step).
  • Run script under root user: sudo -s;sh create_host_nginx_golang.sh <your-domain-name.local> <port>;

About

Shell script helps quickly create Ubuntu Nginx host for any GoLang based web project on your local machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages