diff --git a/install/config/nginx/vhost/rainloop.conf.ssl b/install/config/nginx/vhost/rainloop.conf.ssl index 0509fc1..4132801 100644 --- a/install/config/nginx/vhost/rainloop.conf.ssl +++ b/install/config/nginx/vhost/rainloop.conf.ssl @@ -15,6 +15,8 @@ server { ssl_prefer_server_ciphers on; ssl_ciphers HIGH:!aNULL:!MD5; + error_page 497 https://$host:$server_port$request_uri; + location ~ \.php{ fastcgi_pass 127.0.0.1:9005;