mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
Updated init-letsencrypt updated init-letsencrypt with docker-compose-init updated init-letsencrypt with docker-compose-init restored init-letsencrypt updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot added certbot to scalelite-nginx fixed settings for acme-challenge added blacklist updated init-letsencrypt for working with scaleite-nginx Removed unnecessary files percisted certbot logs and added env options to init-letsencrypt
10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
## Deny access to IPs or subnets.
|
|
# deny IP;
|
|
# deny subnet;
|
|
# e.g.
|
|
# deny 192.168.0.1;
|
|
# deny 192.168.0.0/24;
|
|
|
|
## Allow access to everything else.
|
|
allow all;
|