Quick support for `www.everun.club`.
This commit is contained in:
parent
77809d461b
commit
abc4f7fea0
|
@ -1,6 +1,7 @@
|
|||
server {
|
||||
# allow access from localhost
|
||||
listen 443 ssl http2;
|
||||
listen 443 quic;
|
||||
listen 443 http2 ssl;
|
||||
server_name www.everun.club;
|
||||
|
||||
ssl_certificate /etc/lego/.lego/certificates/_.everun.club.crt;
|
||||
|
|
Loading…
Reference in New Issue