Skip to content

Commit 52ae8c7

Browse files
committed
Fix link
1 parent e168f08 commit 52ae8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/nginx/code.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ server {
2222

2323
# Drop brute-force attack on some paths.
2424
# Test:
25-
# $ ab -n 100 -c 10 code.exlmoto.ru/api
25+
# $ ab -n 100 -c 10 https://code.exlmoto.ru/api
2626
location ~ ^/(edit|api|login)$ {
2727
limit_req zone=one burst=1 nodelay;
2828
proxy_pass http://localhost:8080/$1$is_args$args;

0 commit comments

Comments
 (0)