Skip to content

Instantly share code, notes, and snippets.

View raliste's full-sized avatar

Rodrigo Aliste raliste

View GitHub Profile
<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>