diff --git a/setup.sh b/setup.sh index 03fefc5..8812d0d 100644 --- a/setup.sh +++ b/setup.sh @@ -33,4 +33,4 @@ sudo systemctl enable vpnmanager sudo systemctl start vpnmanager sudo systemctl enable celery sudo systemctl start celery -echo "This should be working so far. Now point your webserver to uwsgi.sock using its WSGI options. Be sure to include the static files at static/static_root/ and don't forget to set the hostname in manager/hostname.py" +echo "This should be working so far. Now point your webserver to uwsgi.sock using its WSGI options. Be sure to include the static files at static/static_root/ and don't forget to set the hostname in manager/hostname.py and create necessary server certs and DH parameters"