diff --git a/docs/example.nginx.conf b/docs/example.nginx.conf index a9b723c39..16a26872c 100644 --- a/docs/example.nginx.conf +++ b/docs/example.nginx.conf @@ -4,21 +4,6 @@ # installation (http server by the Nodejs process). If you are using CryptPad # in production and require professional support please contact sales@cryptpad.fr -server { - listen 80; - listen [::]:80; - server_name rage.love; - - access_log /dev/null; - error_log /dev/null emerg; - - # Let's Encrypt webroot - include letsencrypt-webroot; - - # Redirect all HTTP requests to HTTPS with a 301 Moved Permanently response. - return 301 https://$host$request_uri; -} - server { listen 443 ssl http2; listen [::]:443 ssl http2;