Update INSTALL.md
This commit is contained in:
		@@ -167,7 +167,7 @@ server {
 | 
				
			|||||||
        alias /srv/carom/media;
 | 
					        alias /srv/carom/media;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    location /static {
 | 
					    location /static {
 | 
				
			||||||
        alias /srv/carom/static;
 | 
					        alias /srv/carom/staticfiles;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    location / {
 | 
					    location / {
 | 
				
			||||||
        uwsgi_pass  socket_carom;
 | 
					        uwsgi_pass  socket_carom;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user