Remove warning when checking Nginx configuration (#2331)

This commit is contained in:
Clément OUDOT 2020-09-28 17:26:14 +02:00
parent 3ca6a04ec9
commit 1faa685de1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ server {
#real_ip_header X-Forwarded-For;
location = /reload {
allow 127.0.0.1/8;
allow 127.0.0.0/8;
allow ::1/128;
deny all;