mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| module("luci.controller.nginx-ha", package.seeall)
 | |
| 
 | |
| function index()
 | |
| 	entry({"admin", "services", "nginx-ha"}, cbi("nginx-ha"), _("Nginx High Availability"))
 | |
| end
 |