mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| location /admin {
 | |
|   proxy_pass http://127.0.0.1:{{ apache_port }}/admin;
 | |
| }
 | |
| location /cmd-service {
 | |
|   proxy_pass http://127.0.0.1:{{ apache_port }}/cmd-service;
 | |
| }
 | |
|  
 | |
|   
 | |
| 
 |