golden hour
/opt/saltstack/salt/lib/python3.10/site-packages/cherrypy/scaffold
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
1.95 KB
Del
OK
__pycache__
-
Del
OK
apache-fcgi.conf
930 B
Del
OK
example.conf
62 B
Del
OK
site.conf
426 B
Del
OK
static
-
Del
OK
Edit: site.conf
[global] # Uncomment this when you're done developing #environment: "production" server.socket_host: "0.0.0.0" server.socket_port: 8088 # Uncomment the following lines to run on HTTPS at the same time #server.2.socket_host: "0.0.0.0" #server.2.socket_port: 8433 #server.2.ssl_certificate: '../test/test.pem' #server.2.ssl_private_key: '../test/test.pem' tree.myapp: cherrypy.Application(scaffold.root, "/", "example.conf")
Save