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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user