Charles Reid 7 years ago
parent
commit
f112176e17
  1. 2
      README.md

2
README.md

@ -9,7 +9,7 @@ python3 -m http.simple -b 127.0.0.1 -p 8081 @@ -9,7 +9,7 @@ python3 -m http.simple -b 127.0.0.1 -p 8081
This listens for local requests on port 8081.
This service is reverse-proxied by nginx.
Users send requests to `files.charlesreid1.X/file
Users send requests to `files.charlesreid1.X/file`
and they are rewritten on the backend to
`127.0.0.1:8081/file`.

Loading…
Cancel
Save