mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 17:37:20 +01:00 
			
		
		
		
	etc/nginx: remove / from the proxies
while I still remember
This commit is contained in:
		
							parent
							
								
									ee03a773c0
								
							
						
					
					
						commit
						bda94cac72
					
				| @ -12,6 +12,6 @@ server { | ||||
|     access_log  /var/log/nginx/bitbot.access.log  main; | ||||
| 
 | ||||
|     location / { | ||||
|         proxy_pass http://[::1]:9050/; | ||||
|         proxy_pass http://[::1]:9050; | ||||
|     } | ||||
| } | ||||
|  | ||||
| @ -13,7 +13,7 @@ server { | ||||
|     #access_log  /var/log/nginx/host.access.log  main; | ||||
| 
 | ||||
| #location /api/ { | ||||
| #    proxy_pass http://[::1]:9050/; | ||||
| #    proxy_pass http://[::1]:9050; | ||||
| #    } | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
| @ -17,7 +17,7 @@ server { | ||||
| # Behind CloudFlare see ../conf.d/cloudflare.conf | ||||
| 
 | ||||
| location / { | ||||
|     proxy_pass http://localhost:8080/; | ||||
|     proxy_pass http://localhost:8080; | ||||
|     } | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user