summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2024-01-22 14:23:39 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2024-01-22 14:23:39 +0000
commitb045d75651819d0514a9341d9a1a8556154424b7 (patch)
tree4f1ad913929bc9959700592e1f6e88becc0945db /develop/print.html
parentdeploy: a68b48a5dd0b617f12677b137742b813a2d805bb (diff)
downloadsynapse-b045d75651819d0514a9341d9a1a8556154424b7.tar.xz
deploy: 8459ac9be2e8036f9a9c49d81fd57943b1421502
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/develop/print.html b/develop/print.html
index 650ab5787f..527868558a 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -917,12 +917,12 @@ reverse proxy is using.</p>
 <p><strong>NOTE</strong>: You only need one of these.</p>
 <h3 id="nginx"><a class="header" href="#nginx">nginx</a></h3>
 <pre><code class="language-nginx">server {
-    listen 443 ssl http2;
-    listen [::]:443 ssl http2;
+    listen 443 ssl;
+    listen [::]:443 ssl;
 
     # For the federation port
-    listen 8448 ssl http2 default_server;
-    listen [::]:8448 ssl http2 default_server;
+    listen 8448 ssl default_server;
+    listen [::]:8448 ssl default_server;
 
     server_name matrix.example.com;