# default open resty blank configuration, just to show that it's working server { listen 443 ssl default_server; include resty-server-https.conf; error_page 500 502 503 504 /50x.html; location / { root /usr/local/openresty/nginx/html; index index.html index.htm; } location = /50x.html { root /usr/local/openresty/nginx/html; } }