Skip to content

zzwooc/pm2man

Repository files navigation

Documentation

PM2MAN

  1. Install
npm install
  1. Build
npm run build
  1. Run
server {
    listen 80;
    server_name localhost;
    root /var/www/html;
    index index.html
    location / {
        try_files $uri $uri/ /index.html;
    }
}

PM2SRV

PM2SRV

Screenshot

screenshot.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published