Skip to content

Commit

Permalink
BIG FIX!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
marat2509 committed Dec 9, 2024
1 parent af2b24d commit c1c945a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ server {
# Versions: ep10 -> ep11
# Rewrite logic:
# ep10 => ep10
# ep11 => ep11
rewrite ^/(dll/)?update.ver$ /eset_upd/$ver/$1update.ver break;
# ep11 => ep10
rewrite ^/(dll/)?update.ver$ /eset_upd/ep10/$1update.ver break;
}
if ($ver ~ "^ep12$") {
# Versions: ep12 -> ep12
Expand Down

0 comments on commit c1c945a

Please sign in to comment.