|
|
|
@ -83,3 +83,6 @@ os.chdir(APP_HOME) |
|
|
|
|
|
|
|
from main import app as application |
|
|
|
``` |
|
|
|
Make sure to replace `your_app`, appropriately, and set the location of your python scripts(`APP_HOME`) and venv correctly. |
|
|
|
|
|
|
|
8. Place your_app.wsgi in `var/www/html/your_app/` as seen at **step 6.**, to be able to test the Apache2 server. |