Migrate garage proxies to openresty

This commit is contained in:
Râu Cao
2023-07-26 16:42:48 +02:00
parent bb2f41fdb3
commit 53c35fda51
5 changed files with 20 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
server {
listen 443 http2 ssl;
listen <%= "#{node['openresty']['listen_ip']}:" if node['openresty']['listen_ip'] %>443 ssl http2;
listen [::]:443 http2 ssl;
server_name <%= @server_name %>;