Update skynet-nginx.conf
This commit is contained in:
parent
468d2b036e
commit
22ca78e219
|
@ -4,6 +4,8 @@ limit_conn_zone $binary_remote_addr zone=downloads_by_ip:10m;
|
|||
limit_req_status 429;
|
||||
limit_conn_status 429;
|
||||
|
||||
proxy_cache_path /temp/nginx keys_zone=skynet:10m inactive=1d;
|
||||
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
|
Reference in New Issue