Skip to content

Commit 26b71f1

Browse files
committed
Remove unnecessary rewrite.
1 parent 8d09b5b commit 26b71f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nginx.conf

-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,4 @@ server {
1010
gzip_proxied any;
1111
gzip_types text/plain text/xml text/css application/x-javascript;
1212
gzip_vary on;
13-
14-
location ~ ^/4\.[0x]/ {
15-
rewrite ^/4\.[0x]/(.*)$ /$1 permanent;
16-
}
1713
}

0 commit comments

Comments
 (0)