Loading Compose/web-proxy/host01/conf.d/library.shore.co.il.conf 0 → 100644 +25 −0 Original line number Diff line number Diff line # vim: ft=nginx server { listen 80; listen [::]:80; server_name library.shore.co.il; location / { proxy_pass http://192.168.3.12$request_uri; proxy_http_version 1.1; include snippets/proxy-headers.conf; } } server { listen 443 ssl; listen [::]:443 ssl; http2 on; server_name library.shore.co.il; location / { proxy_pass https://192.168.3.12$request_uri; proxy_http_version 1.1; include snippets/proxy-headers.conf; } } Compose/web-proxy/host01/conf.d/transmission.shore.co.il.conf 0 → 100644 +26 −0 Original line number Diff line number Diff line # vim: ft=nginx server { listen 80; listen [::]:80; server_name transmission.shore.co.il; location / { proxy_pass http://192.168.3.12$request_uri; proxy_http_version 1.1; include snippets/proxy-headers.conf; } } server { listen 443 ssl; listen [::]:443 ssl; http2 on; server_name transmission.shore.co.il; location / { proxy_pass https://192.168.3.12$request_uri; proxy_http_version 1.1; include snippets/proxy-headers.conf; } } Loading
Compose/web-proxy/host01/conf.d/library.shore.co.il.conf 0 → 100644 +25 −0 Original line number Diff line number Diff line # vim: ft=nginx server { listen 80; listen [::]:80; server_name library.shore.co.il; location / { proxy_pass http://192.168.3.12$request_uri; proxy_http_version 1.1; include snippets/proxy-headers.conf; } } server { listen 443 ssl; listen [::]:443 ssl; http2 on; server_name library.shore.co.il; location / { proxy_pass https://192.168.3.12$request_uri; proxy_http_version 1.1; include snippets/proxy-headers.conf; } }
Compose/web-proxy/host01/conf.d/transmission.shore.co.il.conf 0 → 100644 +26 −0 Original line number Diff line number Diff line # vim: ft=nginx server { listen 80; listen [::]:80; server_name transmission.shore.co.il; location / { proxy_pass http://192.168.3.12$request_uri; proxy_http_version 1.1; include snippets/proxy-headers.conf; } } server { listen 443 ssl; listen [::]:443 ssl; http2 on; server_name transmission.shore.co.il; location / { proxy_pass https://192.168.3.12$request_uri; proxy_http_version 1.1; include snippets/proxy-headers.conf; } }