1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-23 20:19:38 +00:00

added cache-control headers to python web server

This commit is contained in:
Steven Hugg
2018-11-29 21:41:55 -05:00
parent c0d9bac039
commit b397406f45
2 changed files with 18 additions and 3 deletions
+2 -3
View File
@@ -24,10 +24,9 @@ archive:
web:
ifconfig | grep inet
python2 -m SimpleHTTPServer 2>> http.out
python3 scripts/serveit.py 2>> http.out
tsweb:
ifconfig | grep inet
$(TSC) -w &
python2 -m SimpleHTTPServer 2>> http.out
#node ../nodejs-typescript-webserver/bin/FileServer.js .
python3 scripts/serveit.py 2>> http.out