Whitespace cleanup to get in sync with AniNIX/Uniglot hooks
This commit is contained in:
		@@ -153,7 +153,8 @@ set log syslog
 | 
			
		||||
set httpd port 2812 and
 | 
			
		||||
    use address localhost  # only accept connection from localhost (drop if you use M/Monit)
 | 
			
		||||
    allow localhost        # allow localhost to connect to the server and
 | 
			
		||||
    allow admin:"{{ monitcli | default('monit') }}"      # require user 'admin' with password 'monit'
 | 
			
		||||
    # require user 'admin' with password
 | 
			
		||||
    allow admin:"{{ secrets[Sharingan][monit] | default('monit') }}"
 | 
			
		||||
    #with ssl {            # enable SSL/TLS and set path to server certificate
 | 
			
		||||
    #    pemfile: /etc/ssl/certs/monit.pem
 | 
			
		||||
    #}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user