Commit b7698425 authored by nimrod's avatar nimrod
Browse files

Use the ns4 snippet.

parent a9e1fd9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ server {
        # required to avoid HTTP 411: see Issue #1486 (https://github.com/moby/moby/issues/1486)
        chunked_transfer_encoding   on;
        limit_except GET HEAD OPTIONS {
            allow   163.172.74.36;  # ns4.shore.co.il
            include snippets/allow-ns4.conf;
            include snippets/allow-private-ips.conf;
        }
    }