mirror of
https://github.com/kazu634/nginx-config.git
synced 2025-04-10 02:07:09 +00:00
Quick support for www.everun.club
.
This commit is contained in:
parent
77809d461b
commit
abc4f7fea0
@ -1,6 +1,7 @@
|
|||||||
server {
|
server {
|
||||||
# allow access from localhost
|
# allow access from localhost
|
||||||
listen 443 ssl http2;
|
listen 443 quic;
|
||||||
|
listen 443 http2 ssl;
|
||||||
server_name www.everun.club;
|
server_name www.everun.club;
|
||||||
|
|
||||||
ssl_certificate /etc/lego/.lego/certificates/_.everun.club.crt;
|
ssl_certificate /etc/lego/.lego/certificates/_.everun.club.crt;
|
||||||
|
Loading…
Reference in New Issue
Block a user