mirror of
https://github.com/Redume/Shirino.git
synced 2025-03-14 10:34:38 +03:00
chore: change port and nginx url for proxy
This commit is contained in:
parent
ed493b862e
commit
f751d0f893
2 changed files with 4 additions and 4 deletions
2
main.py
2
main.py
|
@ -49,7 +49,7 @@ def main() -> None:
|
|||
|
||||
setup_application(app, dp, bot=bot)
|
||||
|
||||
web.run_app(app, host='127.0.0.1', port=8080)
|
||||
web.run_app(app, host='0.0.0.0', port=443)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue