fix IIS location path starts with dot
This commit is contained in:
parent
6c462d0a96
commit
c603ff0386
|
|
@ -26,7 +26,7 @@
|
||||||
</system.webServer>
|
</system.webServer>
|
||||||
|
|
||||||
<!-- Protect .env file -->
|
<!-- Protect .env file -->
|
||||||
<location path=".env">
|
<location path="~/.env">
|
||||||
<system.web>
|
<system.web>
|
||||||
<authorization>
|
<authorization>
|
||||||
<deny users="*"/>
|
<deny users="*"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user