Enferne ungenutzte Variablen
This commit is contained in:
parent
60e3bc7019
commit
f9f2d7e45b
2 changed files with 2 additions and 3 deletions
|
@ -14,9 +14,9 @@ server {
|
|||
location /ws {
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
proxy_pass http://{{ zammad_host }}:80;
|
||||
proxy_pass http://{{ inventory_hostname }}:80;
|
||||
}
|
||||
location / {
|
||||
proxy_pass http://{{ zammad_host }}:80;
|
||||
proxy_pass http://{{ inventory_hostname }}:80;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue