fix IIS location path starts with dot

This commit is contained in:
printempw 2017-01-02 12:24:33 +08:00
parent 6c462d0a96
commit c603ff0386

View File

@ -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="*"/>