From a97e3d49178e47c4542790a3f92f9f7a385047f0 Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Fri, 27 Jul 2018 12:24:18 -0500 Subject: [PATCH] Fix root path Just fixing root path as mentioned on https://github.com/LibreTime/libretime/issues/466#issuecomment-376287486 --- docs/manual/secure-login-with-ssl/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/secure-login-with-ssl/index.md b/docs/manual/secure-login-with-ssl/index.md index d33c81e6f..3039f7742 100644 --- a/docs/manual/secure-login-with-ssl/index.md +++ b/docs/manual/secure-login-with-ssl/index.md @@ -46,10 +46,10 @@ On port 80, Apache's *alias* module is used to set a *Redirect permanent* for th ServerAdmin admin@example.com - DocumentRoot /usr/share/airtime/public + DocumentRoot /usr/share/airtime/php/airtime_mvc/public DirectoryIndex index.php - + Options -Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny @@ -62,12 +62,12 @@ On port 80, Apache's *alias* module is used to set a *Redirect permanent* for th ServerAdmin admin@example.com - DocumentRoot /usr/share/airtime/public + DocumentRoot /usr/share/airtime/php/airtime_mvc/public Redirect permanent /login https://airtime.example.com/login SetEnv APPLICATION_ENV "production" - + Options -Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny