mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
parent
8ac5fc2052
commit
82eabbf17e
13 changed files with 381 additions and 320 deletions
|
@ -279,8 +279,9 @@ map $http_upgrade $connection_upgrade {
|
|||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
http2 on;
|
||||
|
||||
server_name <your_server_name>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue