Skip to content

Running multiple applications with subdomains on the same machine with flask

Notifications You must be signed in to change notification settings

ns-cpp/Flask-Waitress-serve-subdomin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask Waitress serve subdomin

Running multiple applications with subdomains on the same machine with flask

Waitres serve ile aynı makinede birden fazla Flask uygulamasını subdominler ile çalıştırma

Warning

# Do not use this section in the main application
if __name__ == '__main__':
    app2.run(host='0.0.0.0', port=5001)

kısmını yalnızca alt uygulamarda kullanın ve alt uygulamaların her birini farklı bir port üzerinde çalıştırın

use the above code only in sub-applications. and run each of the sub-applications with a different port

About

Running multiple applications with subdomains on the same machine with flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages