We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d09b5b commit 26b71f1Copy full SHA for 26b71f1
nginx.conf
@@ -10,8 +10,4 @@ server {
10
gzip_proxied any;
11
gzip_types text/plain text/xml text/css application/x-javascript;
12
gzip_vary on;
13
-
14
- location ~ ^/4\.[0x]/ {
15
- rewrite ^/4\.[0x]/(.*)$ /$1 permanent;
16
- }
17
}
0 commit comments