Skip to content

Commit

Permalink
Update FlaskApp.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmiyasato authored Jun 7, 2022
1 parent fdef618 commit 5644c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FlaskApp.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<VirtualHost *:80>

ServerName ${SERVER_NAME}
ServerAlias ${SERVER_ALIAS}
ServerAdmin [email protected]

WSGIDaemonProcess FlaskApp python-path=/var/www/FlaskApp:/var/www/FlaskApp/FlaskApp/venv/lib/python3.8/site-packages
Expand All @@ -13,14 +12,15 @@
Allow from all
</Directory>

Alias /index.html /var/www/index.html
Alias /static /var/www/FlaskApp/FlaskApp/static

<Directory /var/www/FlaskApp/FlaskApp/static/>
Order allow,deny
Allow from all
</Directory>

LogLevel warn
LogLevel debug
CustomLog /proc/self/fd/1 combined
ErrorLog /proc/self/fd/2

Expand Down

0 comments on commit 5644c4f

Please sign in to comment.