fixed typos in config for monit
This commit is contained in:
@@ -22,7 +22,7 @@ Alias /backend/database /usr/share/phpmyadmin
|
||||
|
||||
<Location /backend/monit>
|
||||
RewriteEngine on
|
||||
RewriteRule /monit /monit/$1 [R]
|
||||
RewriteRule /backend/monit /backend/monit/$1 [R]
|
||||
</Location>
|
||||
<Location /backend/monit/>
|
||||
#enables/disables monit-websocket
|
||||
|
||||
@@ -36,7 +36,7 @@ location = /backend/netdata {
|
||||
|
||||
location /backend/monit/ {
|
||||
deny all; #enables/disables monit-websocket
|
||||
proxypass http://unix:/var/run/monit/monit.sock:/;
|
||||
proxy_pass http://unix:/var/run/monit/monit.sock:/;
|
||||
}
|
||||
|
||||
location ~ /\.ht {
|
||||
|
||||
Reference in New Issue
Block a user