D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
htdocs
/
modules
/
grafana
/
d
/
Filename :
web.config
back
Copy
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="GrafanaDashboardLink" stopProcessing="true"> <match url="(.*)" /> <action type="Rewrite" url="/modules/grafana/public/index.php" /> </rule> </rules> </rewrite> </system.webServer> </configuration>