Remove double / in request c2a-systeme.fr
This commit is contained in:
		@@ -13,7 +13,7 @@ server {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    location / {
 | 
					    location / {
 | 
				
			||||||
        # redirect everything to WWW
 | 
					        # redirect everything to WWW
 | 
				
			||||||
        return 301 https://www.c2a-systeme.fr/$request_uri;
 | 
					        return 301 https://www.c2a-systeme.fr$request_uri;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -54,6 +54,6 @@ server {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    location / {
 | 
					    location / {
 | 
				
			||||||
        # redirect everything to WWW
 | 
					        # redirect everything to WWW
 | 
				
			||||||
        return 301 https://www.c2a-systeme.fr/$request_uri;
 | 
					        return 301 https://www.c2a-systeme.fr$request_uri;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user