Skip to content

Commit

Permalink
Remove unnecessary rewrite.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 30, 2019
1 parent 8d09b5b commit 26b71f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ server {
gzip_proxied any;
gzip_types text/plain text/xml text/css application/x-javascript;
gzip_vary on;

location ~ ^/4\.[0x]/ {
rewrite ^/4\.[0x]/(.*)$ /$1 permanent;
}
}

0 comments on commit 26b71f1

Please sign in to comment.