1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

CUPS: Fix box/print URLs, Secure box/print/admin URLs, Lint NGINX .conf's

This commit is contained in:
root 2021-07-12 15:52:15 -04:00
parent bb116d48cc
commit 0cd7ccc816
14 changed files with 179 additions and 157 deletions

View file

@ -2,9 +2,9 @@
# If you need to change this, edit /etc/iiab/local_vars.yml prior to installing
location /sugarizer {
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Scheme $scheme;
proxy_set_header X-Script-Name /sugarizer;
proxy_pass http://127.0.0.1:{{ sugarizer_port }};
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Scheme $scheme;
proxy_set_header X-Script-Name /sugarizer;
proxy_pass http://127.0.0.1:{{ sugarizer_port }};
}