if DEBUG == True:
FILEPROVIDER_NAME = "python"
else:
# or apache, lighthttpd, caddy
FILEPROVIDER_NAME = "apache"
This is set in my settings
when debug is true on server and file provider is python it works normally but when debug is false and file provider name is apache it doesn't download any file . Is there some configurations to apache ?? any one can help me in this please ?
if DEBUG == True:
FILEPROVIDER_NAME = "python"
else:
# or apache, lighthttpd, caddy
FILEPROVIDER_NAME = "apache"
This is set in my settings
when debug is true on server and file provider is python it works normally but when debug is false and file provider name is apache it doesn't download any file . Is there some configurations to apache ?? any one can help me in this please ?