Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 197 Bytes

File metadata and controls

13 lines (8 loc) · 197 Bytes

bottle

A hack for capturing requests to a URL

sudo apt update
sudo apt install nginx

sudo ln -s ~/bottle/nginx.config /etc/nginx/sites-enabled/default

sudo service nginx restart