Add cancel
This commit is contained in:
+12
-1
@@ -67,7 +67,7 @@
|
||||
<add key="SmtpUserName" value="" />
|
||||
<add key="SmtpPassword" value="" />
|
||||
<add key="LeafWebUrl" value="http://192.168.1.133:61755/" />
|
||||
<add key="PiscalNotifyCompleteUrlPath" value="LeafInput/NotifyComplete" />
|
||||
<add key="PiscalNotifyCompleteUrlPath" value="umbraco/surface/LeafInput/NotifyComplete" />
|
||||
<add key="ResultsDownloadPath" value="Results/Download?token={0}" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
@@ -341,6 +341,17 @@
|
||||
<requestLimits maxAllowedContentLength="1000000000" />
|
||||
</requestFiltering>
|
||||
</security>
|
||||
<rewrite>
|
||||
<rules>
|
||||
<rule name="Redirect leafweb.ornl.gov to www.leafweb.org" stopProcessing="true">
|
||||
<match url=".*" />
|
||||
<conditions>
|
||||
<add input="{HTTP_HOST}" pattern="^leafweb.ornl.gov$" />
|
||||
</conditions>
|
||||
<action type="Redirect" url="http://www.leafweb.org/" redirectType="Permanent" />
|
||||
</rule>
|
||||
</rules>
|
||||
</rewrite>
|
||||
</system.webServer>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
|
||||
Reference in New Issue
Block a user