mirror of
				https://github.com/chibicitiberiu/ytsm.git
				synced 2024-02-24 05:43:31 +00:00 
			
		
		
		
	Added /media location to nginx, so it fetches the downloaded thumbnails.
This commit is contained in:
		@@ -15,6 +15,10 @@ server {
 | 
			
		||||
      alias /www/static;
 | 
			
		||||
      expires 30d;
 | 
			
		||||
    }
 | 
			
		||||
    location /media {
 | 
			
		||||
      alias /www/media;
 | 
			
		||||
      expires 30d;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    location / {
 | 
			
		||||
      try_files $uri @proxy_to_app;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user