Sha256: c4479c710b67b2c1e8eb12db91cd61d13d56f3f39d427223123d2284699f9972
Contents?: true
Size: 621 Bytes
Versions: 9
Compression:
Stored size: 621 Bytes
Contents
server { listen <%= ssl_port %>; ssl_certificate <%= ssl_certificate %>; ssl_certificate_key <%= ssl_certificate_key %>; server_name <%= host %>; error_log /var/www/vhosts/<%= host %>/statistics/logs/<%= error_log %>; access_log /var/www/vhosts/<%= host %>/statistics/logs/<%= access_log %>; # rewrite_log on; root /var/www/vhosts/<%= host %>/httpdocs; location / { index index.html; } error_page 500 502 503 504 /50x.html; #error_page 500 /50x.html; location = /50x.html { root /usr/share/nginx/html/; index 50x.html; } }
Version data entries
9 entries across 9 versions & 2 rubygems