Ajout d'une page d'erreur pour ngnix
This commit is contained in:
		@@ -28,5 +28,9 @@ http {
 | 
			
		||||
        location /media/ {
 | 
			
		||||
            alias /usr/src/app/media/;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        error_page 502 /static/html/500.html;
 | 
			
		||||
        error_page 503 /static/html/500.html;
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user