mirror of
				https://github.com/arcan1s/ahriman.git
				synced 2025-11-04 07:43:42 +00:00 
			
		
		
		
	chore: add index page recipe
This commit is contained in:
		
							
								
								
									
										9
									
								
								recipes/index/nginx.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								recipes/index/nginx.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,9 @@
 | 
			
		||||
server {
 | 
			
		||||
    listen 80;
 | 
			
		||||
 | 
			
		||||
    location /repo {
 | 
			
		||||
        rewrite ^/repo/(.*) /$1 break;
 | 
			
		||||
        autoindex on;
 | 
			
		||||
        root /srv/ahriman/repository;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user