Initial commit

This commit is contained in:
2025-03-04 23:26:36 +01:00
parent 1cb04ac5dd
commit 2233109795
4 changed files with 501 additions and 0 deletions

17
pywebsrv.conf Normal file
View 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.