There was an error while loading. Please reload this page.
1 parent e168f08 commit 52ae8c7Copy full SHA for 52ae8c7
util/nginx/code.conf
@@ -22,7 +22,7 @@ server {
22
23
# Drop brute-force attack on some paths.
24
# Test:
25
- # $ ab -n 100 -c 10 code.exlmoto.ru/api
+ # $ ab -n 100 -c 10 https://code.exlmoto.ru/api
26
location ~ ^/(edit|api|login)$ {
27
limit_req zone=one burst=1 nodelay;
28
proxy_pass http://localhost:8080/$1$is_args$args;
0 commit comments