From 245400143dc2398d395d2482e2dc4e904313b1d4 Mon Sep 17 00:00:00 2001 From: momo-i Date: Tue, 1 Feb 2011 07:16:22 +0900 Subject: add force_ssl (for ssl reverse proxy) --- config/ampache.cfg.php.dist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index fce5218f..e51a3c5e 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -551,6 +551,10 @@ use_rss = true ;proxy_user = "" ;proxy_pass = "" +; If Ampache is behind an https reverse proxy, force use HTTPS protocol. +;Default: false +;force_ssl = true + ;############################# ; Mail Settings # ;############################# -- cgit