File tree 6 files changed +0
-18
lines changed
6 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ server {
50
50
fastcgi_cache_valid 60m;
51
51
}
52
52
53
- # Rewrite robots.txt
54
- rewrite ^/robots.txt$ /index.php last;
55
-
56
53
# Uncomment if using the fastcgi_cache_purge module and Nginx Helper plugin (https://wordpress.org/plugins/nginx-helper/)
57
54
# location ~ /purge(/.*) {
58
55
# fastcgi_cache_purge fastcgi-cache.com "$scheme$request_method$host$1";
Original file line number Diff line number Diff line change @@ -34,9 +34,6 @@ server {
34
34
# See global/php-pool.conf for definition.
35
35
fastcgi_pass $upstream;
36
36
}
37
-
38
- # Rewrite robots.txt
39
- rewrite ^/robots.txt$ /index.php last;
40
37
}
41
38
42
39
# Redirect www to non-www
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ server {
31
31
# See global/php-pool.conf for definition.
32
32
fastcgi_pass $upstream;
33
33
}
34
-
35
- # Rewrite robots.txt
36
- rewrite ^/robots.txt$ /index.php last;
37
34
}
38
35
39
36
# Redirect www to non-www
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ server {
31
31
# See global/php-pool.conf for definition.
32
32
fastcgi_pass $upstream;
33
33
}
34
-
35
- # Rewrite robots.txt
36
- rewrite ^/robots.txt$ /index.php last;
37
34
}
38
35
39
36
# Redirect www to non-www
Original file line number Diff line number Diff line change @@ -57,9 +57,6 @@ server {
57
57
fastcgi_cache_valid 60m;
58
58
}
59
59
60
- # Rewrite robots.txt
61
- rewrite ^/robots.txt$ /index.php last;
62
-
63
60
# Uncomment if using the fastcgi_cache_purge module and Nginx Helper plugin (https://wordpress.org/plugins/nginx-helper/)
64
61
# location ~ /purge(/.*) {
65
62
# fastcgi_cache_purge ssl-fastcgi-cache.com "$scheme$request_method$host$1";
Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ server {
38
38
# See global/php-pool.conf for definition.
39
39
fastcgi_pass $upstream;
40
40
}
41
-
42
- # Rewrite robots.txt
43
- rewrite ^/robots.txt$ /index.php last;
44
41
}
45
42
46
43
# Redirect http to https
You can’t perform that action at this time.
0 commit comments