All Projects → suzanshakya → nginx-server

suzanshakya / nginx-server

Licence: other
Run nginx server from command line as you would run python's SimpleHTTPServer

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to nginx-server

Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+15235.29%)
Mutual labels:  nginx-server
Nginx Ultimate Bad Bot Blocker
Nginx Block Bad Bots, Spam Referrer Blocker, Vulnerability Scanners, User-Agents, Malware, Adware, Ransomware, Malicious Sites, with anti-DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders
Stars: ✭ 2,351 (+13729.41%)
Mutual labels:  nginx-server
docker-alpine-nginx-pagespeed
Dockerized Nginx with PageSpeed Module on Alpine Linux
Stars: ✭ 28 (+64.71%)
Mutual labels:  nginx-server
Nginx-builder
A tool to build deb or rpm package of required Nginx version from the source code, with the ability to connect third-party modules. Nginx parameters are set in the yaml configuration file.
Stars: ✭ 143 (+741.18%)
Mutual labels:  nginx-server

nginx-server

Run nginx server from command line as you would run python's SimpleHTTPServer

Install
make
export PATH=~/bin:$PATH

Examples:
Serve current directory in port 8000
# nginx-server.py

Serve 'Movies' directory in port 8000
# nginx-server.py Movies

Serve current directory in port 80
# sudo ~/bin/nginx-server.py . 80

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].