Skip to content
Snippets Groups Projects
Verified Commit 00befbfc authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix IP syntax

parent e15f01b6
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ http {
allow 127.0.0.0/8;
allow 10.0.0.0/8;
allow 172.16.0.0/12;
allow 192.168/16;
allow 192.168.0.0/16;
deny all;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment