Skip to content

Commit db3a495

Browse files
author
martinbuberl
committed
Merge remote-tracking branch 'upstream/master'
2 parents e6212b2 + 218ae38 commit db3a495

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/RedisWebServices.Host/AjaxClient/default.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3>For Admin UI Developers</h3>
7979
</ol>
8080
<p>
8181
This Admin UI is customizable and can be easily modified and made to access any of the
82-
available <a href="../servicestack/metadata">Redis web service operations</a>.
82+
available <a href="../redis/metadata">Redis web service operations</a>.
8383
</p>
8484
<p>
8585
A feature-complete JavaScript <a href="js/RedisClient.js">RedisClient.js</a> library

src/RedisWebServices.Host/Web.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
</sectionGroup>
1717
</configSections>
1818
<appSettings>
19+
<add key="MonoServerDefaultIndexFiles" value="Default.aspx, default.htm" />
1920
<add key="RedisHostAddress" value="localhost:6379"/>
2021
<add key="RedisDb" value="0"/>
2122
<add key="DefaultRedirectPath" value="AjaxClient"/>
@@ -120,4 +121,4 @@
120121
</system.webServer>
121122

122123

123-
</configuration>
124+
</configuration>

0 commit comments

Comments
 (0)