8000 Don't pass .ico through app.php · symfony/symfony-docs@cb035d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb035d7

Browse files
Willem Stuursma-Ruwenxabbuh
Willem Stuursma-Ruwen
authored andcommitted
Don't pass .ico through app.php
.ico files should be rewritten too.
1 parent b182662 commit cb035d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/azure-website.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ application, configure it with the following content:
417417
<action type="CustomResponse" statusCode="403" statusReason="Forbidden: Access is denied." statusDescription="You do not have permission to view this directory or page using the credentials that you supplied." />
418418
</rule>
419419
<rule name="RewriteAssetsToPublic" stopProcessing="true">
420-
<match url="^(.*)(\.css|\.js|\.jpg|\.png|\.gif)$" />
420+
<match url="^(.*)(\.css|\.js|\.jpg|\.png|\.gif|\.ico)$" />
421421
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
422422
</conditions>
423423
<action type="Rewrite" url="web/{R:0}" />

0 commit comments

Comments
 (0)
0