Razique Mahroua
2019-11-30 429728d0a08fd274ab59b85de60b938efa4d2012
todo-angular/nginx/nginx.conf
@@ -62,8 +62,9 @@
        error_page 500 502 503 504 /50x.html;
            location = /50x.html {
        }
        # Comment the following to disable SSL support
        error_page 497 https://$host:8443/$request_uri;
        # Comment the following lines to disable SSL support
        error_page 497 https://$host:8443$request_uri;
        return 301 https://$host:8443$request_uri;
    }
}