mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 10:00:50 +00:00
Merge edbc050f43 into 002632c3bb
This commit is contained in:
commit
d758cf83a9
5
dist/nginx.conf
vendored
5
dist/nginx.conf
vendored
|
|
@ -31,8 +31,9 @@ server {
|
|||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
http2 on;
|
||||
server_name example.com;
|
||||
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user