Sha256: 81f9922bef3ff4550b9a04f59b5afe77f0ba412162b6e00ae976f6d9c57d69c0

Contents?: true

Size: 321 Bytes

Versions: 4

Compression:

Stored size: 321 Bytes

Contents

server {
  listen 443 ssl;
  server_name <%= @app.host %> ;
  location / {
    proxy_pass http://127.0.0.1:<%= @app.port %>/;
  }
  ssl_certificate /etc/letsencrypt/live/<%= @app.host %>/fullchain.pem; # managed by Certbot
  ssl_certificate_key /etc/letsencrypt/live/<%= @app.host %>/privkey.pem; # managed by Certbot
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ish_models-3.1.0.24 app/views/wco_hosting/scripts/nginx_site.conf.erb
ish_models-3.1.0.23 app/views/wco_hosting/scripts/nginx_site.conf.erb
ish_models-3.1.0.22 app/views/wco_hosting/scripts/nginx_site.conf.erb
ish_models-3.1.0.21 app/views/wco_hosting/scripts/nginx_site.conf.erb