Skip to content

Commit

Permalink
nginx: update
Browse files Browse the repository at this point in the history
  • Loading branch information
marat2509 authored Mar 11, 2024
1 parent eaf3d75 commit a64986a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ server {
# ep11 => ep11
rewrite ^/(dll/)?update.ver$ /eset_upd/$ver/$1update.ver break;
}
if ($ver ~ "^v(5|9)$") {
# Versions: v5 or v9
# Rewrite logic:
# v5 => v5
# v9 => v9
rewrite ^(.*) /eset_upd/$ver/update.ver break;
}
if ($ver ~ "^v[3-8]$") {
# Versions: v3 -> v8
# Rewrite logic:
Expand Down

0 comments on commit a64986a

Please sign in to comment.