Enferne ungenutzte Variablen

This commit is contained in:
phil 2022-06-26 23:05:36 +02:00
parent 60e3bc7019
commit f9f2d7e45b
2 changed files with 2 additions and 3 deletions

View file

@ -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;
}
}