mirror of
https://github.com/fergalmoran/nginx-rtmp-geoip2-alpine.git
synced 2025-12-22 09:28:28 +00:00
Added LetsEncrypt Compatibility by default
This commit is contained in:
@@ -12,7 +12,10 @@ server {
|
||||
if ($allowed_country = no) {
|
||||
return 444;
|
||||
}
|
||||
|
||||
##===LetsEncrypt Compatibility===##
|
||||
location ~ /.well-known {
|
||||
allow all;
|
||||
}
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
|
||||
Reference in New Issue
Block a user