Change port for webserver

This commit is contained in:
cubernetes 2023-07-31 14:04:11 +02:00
parent c0f18f3351
commit ea0666b599
1 changed files with 1 additions and 1 deletions

View File

@ -440,5 +440,5 @@ def custom_404(error):
clear_session_full()
if __name__ == '__main__':
app.run(host='0.0.0.0', threaded=True, use_reloader=True, port=8088)
app.run(host='0.0.0.0', threaded=True, use_reloader=True, port=8086)
# app.run(host='185.78.255.231', threaded=True,use_reloader=True, port=443, ssl_context=('/etc/letsencrypt/live/network.kyudev.xyz/fullchain.pem', '/etc/letsencrypt/live/network.kyudev.xyz/privkey.pem'))