Disabled SSL redirection for dev site
This commit is contained in:
		
							
								
								
									
										11
									
								
								web.config
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								web.config
									
									
									
									
									
								
							@@ -1,17 +1,6 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					<?xml version="1.0" encoding="UTF-8"?>
 | 
				
			||||||
<configuration>
 | 
					<configuration>
 | 
				
			||||||
    <system.webServer>
 | 
					    <system.webServer>
 | 
				
			||||||
		<rewrite>
 | 
					 | 
				
			||||||
            <rules>
 | 
					 | 
				
			||||||
				<rule name="Redirect to HTTPS" stopProcessing="false">
 | 
					 | 
				
			||||||
                    <match url="(.*)" />
 | 
					 | 
				
			||||||
                    <conditions>
 | 
					 | 
				
			||||||
                        <add input="{HTTPS}" pattern="^OFF$" />
 | 
					 | 
				
			||||||
                    </conditions>
 | 
					 | 
				
			||||||
                    <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" />
 | 
					 | 
				
			||||||
                </rule>
 | 
					 | 
				
			||||||
            </rules>
 | 
					 | 
				
			||||||
        </rewrite>
 | 
					 | 
				
			||||||
        <defaultDocument>
 | 
					        <defaultDocument>
 | 
				
			||||||
            <files>
 | 
					            <files>
 | 
				
			||||||
                <clear />
 | 
					                <clear />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user