Initial commit
This commit is contained in:
17
pywebsrv.conf
Normal file
17
pywebsrv.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
# Using NSCL 1.3
|
||||
port:8080
|
||||
directory:/home/nova/Documents/html
|
||||
host:localhost
|
||||
# DANGER: NEVER EVER TURN THIS ON IN PROD!!!!!!!!!!!!
|
||||
allow-all:1
|
||||
# DANGER!!
|
||||
port-https:8443
|
||||
http:1
|
||||
https:1
|
||||
allow-localhost:0
|
||||
# for use in libraries
|
||||
# disable-autocertgen:0
|
||||
# block-ip:0.0.0.0,1.1.1.1,2.2.2.2
|
||||
# block-ua:(NULL)
|
||||
# allow-nohost:0
|
||||
# In libraries you can disable everything you don't need.
|
Reference in New Issue
Block a user