All Projects → Fleshgrinder → Nginx Sysvinit Script

Fleshgrinder / Nginx Sysvinit Script

Licence: unlicense
Linux Standard Base compliant SysVinit script for nginx.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Nginx Sysvinit Script

Webfsd
A simple HTTP server for mostly static content written in C
Stars: ✭ 50 (-24.24%)
Mutual labels:  nginx
Chef Openresty
An Opscode Chef cookbook for the OpenResty NGINX bundle
Stars: ✭ 58 (-12.12%)
Mutual labels:  nginx
Flask Restful Authentication
An example for RESTful authentication using nginx, uWSGI, Flask, MongoDB and JSON Web Token(JWT).
Stars: ✭ 63 (-4.55%)
Mutual labels:  nginx
Noginx
High performance HTTP and reverse proxy server based on Node.js. 基于 Node.js 的高性能 HTTP 及反向代理服务器,类似nginx。
Stars: ✭ 53 (-19.7%)
Mutual labels:  nginx
Netcore Postgres Oauth Boiler
A basic .NET Core website boilerplate using PostgreSQL for storage, Adminer for db management, Let's Encrypt for SSL certificates and NGINX for routing.
Stars: ✭ 57 (-13.64%)
Mutual labels:  nginx
Nginx omniauth adapter
Use omniauth for nginx auth_request
Stars: ✭ 63 (-4.55%)
Mutual labels:  nginx
Docker Dokuwiki
Docker container image with dokuwiki and nginx
Stars: ✭ 49 (-25.76%)
Mutual labels:  nginx
Setup Nginx Webserver
🚀Setup a perfect webserver on CentOS/Redhat 7.x guide with understanding.
Stars: ✭ 65 (-1.52%)
Mutual labels:  nginx
Ngx dynamic limit req module
The ngx_dynamic_limit_req_module module is used to dynamically lock IP and release it periodically.
Stars: ✭ 57 (-13.64%)
Mutual labels:  nginx
Zstd Nginx Module
Nginx modules for the Zstandard compression
Stars: ✭ 64 (-3.03%)
Mutual labels:  nginx
Photo Blog
The Photo Blog Application based on Laravel 5 and Vue.js 2 + Prerender
Stars: ✭ 55 (-16.67%)
Mutual labels:  nginx
Lobsters Ansible
Ansible playbook for lobste.rs
Stars: ✭ 56 (-15.15%)
Mutual labels:  nginx
Alpine Nginx
Minimalist Nginx image based on Alpine linux (6 MB)
Stars: ✭ 63 (-4.55%)
Mutual labels:  nginx
Awesome Ebooks
收录开源的经典技术书籍 PDF 文件及相关网站,持续更新中...
Stars: ✭ 51 (-22.73%)
Mutual labels:  nginx
Microgateway
IBM API Connect Microgateway framework, built on Node.js & Nginx
Stars: ✭ 1,131 (+1613.64%)
Mutual labels:  nginx
Systemd
The systemd System and Service Manager
Stars: ✭ 8,841 (+13295.45%)
Mutual labels:  init
Ip2geo
Импортер ipgeo-данных в файлы, понятные для nginx geoip module, с поддержкой кодов регионов РФ.
Stars: ✭ 59 (-10.61%)
Mutual labels:  nginx
Leevis.com
Blog
Stars: ✭ 65 (-1.52%)
Mutual labels:  nginx
Lua Io Nginx Module
"Non-Blocking" Lua Disk I/O APIs for OpenResty - Powered by Nginx's Thread Pool
Stars: ✭ 64 (-3.03%)
Mutual labels:  nginx
Docker Magento Mutagen
Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
Stars: ✭ 64 (-3.03%)
Mutual labels:  nginx

nginx SysVinit script

Linux Standard Base (LSB) compliant SysVinit script for nginx.

Install

git clone https://github.com/Fleshgrinder/nginx-sysvinit-script.git
cd nginx-sysvinit-script
make
#make uninstall

Usage

You can use it via the service command or by directly invoking the shell script in /etc/init.d; what you like best. Your shell will have auto-completion for the various keywords that are available, for instance if you type service nginx res just hit tab for auto-completion.

service nginx force-reload
service nginx reload
service nginx restart
service nginx try-restart
service nginx start
service nginx status
service nginx stop

Weblinks

License

This is free and unencumbered software released into the public domain.

For more information, please refer to http://unlicense.org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].