nginx: create proxy-server-base.conf w/ rate limit
This commit is contained in:
parent
64bea5387b
commit
b5f7777fd7
3 changed files with 80 additions and 13 deletions
|
@ -26,9 +26,7 @@ http {
|
|||
server {
|
||||
include proxy-protocol.conf;
|
||||
|
||||
set $ratelimit 1;
|
||||
|
||||
include server-base.conf;
|
||||
include proxy-server-base.conf;
|
||||
|
||||
listen 8443 default proxy_protocol;
|
||||
|
||||
|
|
Reference in a new issue