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