https://github.com/lafikl/wptproxy-server
A stand-alone server that acts as a reverse proxy for WebPagtest Private Instances and WPT test agents.
https://github.com/lafikl/wptproxy-server
Last synced: 2 months ago
JSON representation
A stand-alone server that acts as a reverse proxy for WebPagtest Private Instances and WPT test agents.
- Host: GitHub
- URL: https://github.com/lafikl/wptproxy-server
- Owner: lafikl
- Created: 2014-12-20T17:42:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-20T18:26:21.000Z (over 10 years ago)
- Last Synced: 2025-01-28T08:53:38.496Z (4 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WPTProxy-Server
================Usage:
- Install Node.js
- Clone the repo
- `cd` to the repo directory
- Edit `config.json`
- Then run the following command```
node index.js ./config.json
```