mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Updated to new http2 syntax
This commit is contained in:
parent
0e72302e88
commit
88057d3f06
3 changed files with 12 additions and 8 deletions
|
@ -166,8 +166,9 @@ server {
|
|||
# ....
|
||||
}
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
http2 on;
|
||||
# ...
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue