-
-
Save raliste/675079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *> | |
ServerName hostsite.com # Do you have this in your /etc/hosts file?? You should add hostsite.com in the line of 127.0.0.1 | |
WSGIScriptAlias / /var/www/ragetext/flask_rage.wsgi | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment