Skip to content

Commit

Permalink
GF-312: Fix nginx.conf after index-[hash].js -> index.js renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
levenkov committed Mar 3, 2021
1 parent be1374a commit 2655042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/configs/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ http {
etag on;
}

location ~ ^/index-[0-9a-z]+\.js$ {
location /index.js {
etag on;
}

Expand Down

0 comments on commit 2655042

Please sign in to comment.