Remove exception to fetch task endpoint
It causes the request to go to the website rather than the Gitea service. Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
		
							parent
							
								
									80fb0fe3e5
								
							
						
					
					
						commit
						de8716deaa
					
				| @ -37,10 +37,6 @@ in | |||||||
|           proxy_pass http://127.0.0.1:3000; |           proxy_pass http://127.0.0.1:3000; | ||||||
|           proxy_redirect http:// $scheme://; |           proxy_redirect http:// $scheme://; | ||||||
|         } |         } | ||||||
|         # Ignore logging the gitea CI requesting tasks all the time |  | ||||||
|         location /git/api/actions/runner.v1.RunnerService/FetchTask { |  | ||||||
|           access_log off; |  | ||||||
|         } |  | ||||||
|         location /cache { |         location /cache { | ||||||
|           rewrite ^/cache(.*) /$1 break; |           rewrite ^/cache(.*) /$1 break; | ||||||
|           proxy_pass http://127.0.0.1:5000; |           proxy_pass http://127.0.0.1:5000; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user