forked from gitea/gitea
		
	Update for reverse proxying static resources (#17670)
Gitea fetches static resources from /assets, so nginx configuration has to be updated accordingly. Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		
							parent
							
								
									171f2d066e
								
							
						
					
					
						commit
						8fdc5247de
					
				| @ -80,7 +80,7 @@ server { | ||||
|     listen 80; | ||||
|     server_name git.example.com; | ||||
| 
 | ||||
|     location /_/static { | ||||
|     location /_/static/assets { | ||||
|         alias /path/to/gitea/public; | ||||
|     } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 rstular
						rstular