Flask problem with redirect port 80

by: Kristey, 7 years ago


Hello.
I have a problem.
My web server works but after I edit all files "/etc/apache2/sites-available/FlaskApp.conf" and "flaskapp.wsgi" we don't redirect the flask application for port 80.
If I write www.qwerty.com, we show me the apache default page
If I write www.qwerty.com:3000, we show the correct flask application
(I change port 5000 for 3000 with this code "app.run(host='0.0.0.0', port=3000)"

Can you help me with this?



You must be logged in to post. Please login or register an account.