Update common.py to add USE_APACHE_HEADERS set to false

merge-requests/154/head^2
Hazmo 2018-04-22 11:00:35 +00:00
rodzic 9e5a0f87e8
commit 43e7555b09
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -390,6 +390,11 @@ REST_FRAMEWORK = {
ATOMIC_REQUESTS = False
USE_X_FORWARDED_HOST = True
USE_X_FORWARDED_PORT = True
# Wether we should use Apache or Nginx headers when serving audio files
# Default to Nginx
USE_APACHE_HEADERS = False
# Wether we should check user permission before serving audio files (meaning
# return an obfuscated url)
# This require a special configuration on the reverse proxy side