commit
cfae717215
1 changed files with 4 additions and 4 deletions
|
@ -46,10 +46,10 @@ On port 80, Apache's *alias* module is used to set a *Redirect permanent* for th
|
||||||
|
|
||||||
ServerAdmin admin@example.com
|
ServerAdmin admin@example.com
|
||||||
|
|
||||||
DocumentRoot /usr/share/airtime/public
|
DocumentRoot /usr/share/airtime/php/airtime_mvc/public
|
||||||
DirectoryIndex index.php
|
DirectoryIndex index.php
|
||||||
|
|
||||||
<Directory /usr/share/airtime/public>
|
<Directory /usr/share/airtime/php/airtime_mvc/public>
|
||||||
Options -Indexes FollowSymLinks MultiViews
|
Options -Indexes FollowSymLinks MultiViews
|
||||||
AllowOverride all
|
AllowOverride all
|
||||||
Order allow,deny
|
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
|
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
|
Redirect permanent /login https://airtime.example.com/login
|
||||||
|
|
||||||
SetEnv APPLICATION_ENV "production"
|
SetEnv APPLICATION_ENV "production"
|
||||||
|
|
||||||
<Directory /usr/share/airtime/public>
|
<Directory /usr/share/airtime/php/airtime_mvc/public>
|
||||||
Options -Indexes FollowSymLinks MultiViews
|
Options -Indexes FollowSymLinks MultiViews
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue