Skip to content

Commit 7d7da5e

Browse files
Merge pull request #361 from magento-thunder/MAGECLOUD-3090-master
MAGECLOUD-3090: Fix robots.txt Nginx config to allow generation on-the-fly
2 parents 2ed481e + 52c883a commit 7d7da5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.magento.app.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ web:
4444
rules:
4545
\.(css|js|map|hbs|gif|jpe?g|png|tiff|wbmp|ico|jng|bmp|svgz|midi?|mp?ga|mp2|mp3|m4a|ra|weba|3gpp?|mp4|mpe?g|mpe|ogv|mov|webm|flv|mng|asx|asf|wmv|avi|ogx|swf|jar|ttf|eot|woff|otf|html?)$:
4646
allow: true
47-
/robots\.txt$:
48-
passthru: "/media/robots.txt"
4947
^/sitemap(.*)\.xml$:
5048
passthru: "/media/sitemap$1.xml"
5149
"/media":

0 commit comments

Comments
 (0)