Skip to content

Commit

Permalink
2950 removed unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani committed Jun 26, 2024
1 parent d00bb7f commit 3aa771f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-frontend/nginx/local/locations.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ location = /nginx_status {
deny all;
}

location ~ ^/(v1|admin|static/admin|static/drf-yasg|static/search_indexes|swagger|redocs) {
location ~ ^/(v1|admin|static/admin|static/drf-yasg|swagger|redocs) {
limit_req zone=limitreqsbyaddr delay=5;
set $backend http://${BACK_END}:8080$request_uri;
proxy_pass $backend;
Expand Down

0 comments on commit 3aa771f

Please sign in to comment.