Merge branch 'develop' of github.com:martini/zammad into develop
This commit is contained in:
commit
1528e6dc2e
1 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,10 @@ server {
|
|||
|
||||
client_max_body_size 50M;
|
||||
|
||||
upstream zammad {
|
||||
server unix://opt/zammad/var/zammad.sock
|
||||
}
|
||||
|
||||
location ~ ^/(assets/|robots.txt|humans.txt|favicon.ico) {
|
||||
expires max;
|
||||
}
|
||||
|
@ -28,6 +32,6 @@ server {
|
|||
location / {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_pass http://localhost:3000;
|
||||
proxy_pass http://zammad;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue