Use env vars for PHP app

This commit is contained in:
andryyy
2016-12-14 21:10:11 +01:00
parent 87661da5a8
commit 774320d5e8
3 changed files with 8 additions and 6 deletions

View File

@@ -34,7 +34,6 @@ server {
deny all;
}
location ^~ /Microsoft-Server-ActiveSync {
proxy_pass http://sogo/SOGo/Microsoft-Server-ActiveSync;
proxy_connect_timeout 1000;
@@ -85,7 +84,7 @@ server {
}
location /SOGo/WebServerResources/ {
alias /usr/lib/GNUstep/SOGo/WebServerResources/;
alias /usr/lib/GNUstep/SOGo/WebServerResources/;
allow all;
}