added suggested changes

This commit is contained in:
Marius
2020-09-22 17:16:01 +02:00
parent 3ac3035efd
commit 891aa6bc71
2 changed files with 50 additions and 32 deletions

View File

@@ -30,6 +30,12 @@ server {
# enable for Authelia
#include /config/nginx/authelia-server.conf;
# enable for geo blocking
# See /config/nginx/geoip2.conf for more information.
#if ($allowed_country = no) {
#return 444;
#}
client_max_body_size 0;
location / {