Skip to content

Instantly share code, notes, and snippets.

@lahvey
lahvey / SSH Proxy
Last active December 19, 2015 13:23
CentOS nginx bug
## [Web Shell](https://github.com/pm2-hive/pm2-webshell)
### Host
server {
listen 80; ## listen for ipv4; this line is default and implied
#listen [::]:80 default ipv6only=on; ## listen for ipv6
root /home/public;
index index.html index.htm;