diff --git a/server/conf/settings.py b/server/conf/settings.py index 63916bb..8ca965e 100644 --- a/server/conf/settings.py +++ b/server/conf/settings.py @@ -43,8 +43,11 @@ TIME_ZONE = "PST8PDT" TIME_FACTOR = 1.0 -MEDIA_URL = "/moss/media/" -STATIC_URL = "/moss/static/" +MEDIA_URL = "/cozy/media/" +STATIC_URL = "/cozy/static/" + +SSH_ENABLED = True +# SSL_ENABLED = True ###################################################################### # Settings given in secret_settings.py override those in this file. diff --git a/web/templates/website/index.html b/web/templates/website/index.html index 54daccc..08223d0 100644 --- a/web/templates/website/index.html +++ b/web/templates/website/index.html @@ -66,7 +66,7 @@ {% if webclient_enabled %}