port 9480

This commit is contained in:
2023-12-02 15:11:49 +01:00
parent 46d542ebe8
commit 82436da5d4
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ temp_folder = /Users/phuoc/pyramid/html_cleanup/html_cleanup/static/temp/
[server:main] [server:main]
use = egg:waitress#main use = egg:waitress#main
listen = localhost:9380 listen = localhost:9480
### ###
# logging configuration # logging configuration

View File

@@ -21,7 +21,7 @@ temp_folder = /pyramid/html_cleanup/html_cleanup/static/temp/
[server:main] [server:main]
use = egg:waitress#main use = egg:waitress#main
listen = *:9380 listen = *:9480
url_scheme = https url_scheme = https
### ###