mirror of
https://github.com/kazu634/nginx-config.git
synced 2025-04-03 14:57:08 +00:00
Modify default
config.
This commit is contained in:
parent
9add9907d2
commit
33cd329706
@ -1,9 +1,11 @@
|
|||||||
# Denies the access without the pre-defined virtual host.
|
# Denies the access without the pre-defined virtual host.
|
||||||
server {
|
server {
|
||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
|
listen 443 ssl default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
location / {
|
ssl_certificate /etc/lego/.lego/certificates/_.kazu634.com.crt;
|
||||||
return 444;
|
ssl_certificate_key /etc/lego/.lego/certificates/_.kazu634.com.key;
|
||||||
}
|
|
||||||
|
return 444;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user