Add LIMIT_CONN var to server.conf

This commit is contained in:
thelittlefireman
2021-01-02 14:26:52 +01:00
committed by GitHub
parent 65120a7e97
commit 1a8b8043c8

View File

@@ -15,6 +15,7 @@ server {
return 405; return 405;
} }
%LIMIT_REQ% %LIMIT_REQ%
%LIMIT_CONN%
%AUTH_BASIC% %AUTH_BASIC%
%REMOVE_HEADERS% %REMOVE_HEADERS%
%X_FRAME_OPTIONS% %X_FRAME_OPTIONS%