Skip to content
/ NgxMan Public

A bash Nginx wrapper with autocompletion

License

Notifications You must be signed in to change notification settings

MrSpaar/NgxMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx Manager

ngxman is a bash script that allows you to easily manage your Nginx servers.
Usage : ngxman [enable|disable|nano|delete|ls|cat] <...files>

To install the script, just run source ./install.sh.
The script also has auto-complete.

Commands

  • enable : Create symlinks in /etc/nginx/sites-enabled and reload Nginx
  • disable : Remove symlinks in /etc/nginx/sites-enabled and reload Nginx
  • nano : Modify or create configurations with nano and reload Nginx
  • delete : Delete configurations and symlinks and reload Nginx
  • ls : List configurations in /etc/nginx/sites-available and /etc/nginx/sites-enabled
  • cat : Display the content of a configuration file

About

A bash Nginx wrapper with autocompletion

Topics

Resources

License

Stars

Watchers

Forks

Languages