mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02:00
gui fixes
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
|
||||
#### IMPORTANT!!!
|
||||
####
|
||||
#### Fix the listen IP-address, and the hostname
|
||||
#### Fix the hostname
|
||||
####
|
||||
|
||||
server {
|
||||
listen 1.2.3.4:80;
|
||||
server_name piler.yourdomain.com;
|
||||
|
||||
root /var/www/piler.piler.yourdomain.com;
|
||||
@ -43,6 +42,11 @@ server {
|
||||
rewrite /login.php /index.php?route=login/login;
|
||||
rewrite /logout.php /index.php?route=login/logout;
|
||||
rewrite /google.php /index.php?route=login/google;
|
||||
rewrite /domain.php /index.php?route=domain/domain;
|
||||
rewrite /ldap.php /index.php?route=ldap/list;
|
||||
rewrite /customer.php /index.php?route=customer/list;
|
||||
rewrite /retention.php /index.php?route=policy/retention;
|
||||
rewrite /archiving.php /index.php?route=policy/archiving;
|
||||
rewrite /view/javascript/piler.js /js.php;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user