Skip to content

Commit

Permalink
Use protocol-specific URL for media.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Jun 12, 2012
1 parent ce22482 commit a6606da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/settings/postgres.py
Expand Up @@ -15,7 +15,7 @@
TEMPLATE_DEBUG = False
CELERY_ALWAYS_EAGER = False

MEDIA_URL = 'http://media.readthedocs.org/'
MEDIA_URL = '//media.readthedocs.org/'
ADMIN_MEDIA_PREFIX = MEDIA_URL + 'admin/'
CACHE_BACKEND = 'memcached://localhost:11211/'
SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
Expand Down

0 comments on commit a6606da

Please sign in to comment.