mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/nginx: whitespace sweep
This commit is contained in:
@@ -6,4 +6,3 @@ server {
|
||||
vhost_traffic_status_display_format json;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
$ch = curl_init();
|
||||
curl_setopt($ch, CURLOPT_UNIX_SOCKET_PATH, '/var/run/nginx_status.sock');
|
||||
curl_setopt($ch, CURLOPT_URL, "http://localhost/vts");
|
||||
curl_exec($ch);
|
||||
curl_exec($ch);
|
||||
|
||||
@@ -60,4 +60,3 @@ type:script
|
||||
command:/usr/local/opnsense/scripts/nginx/vts.php
|
||||
parameters:
|
||||
type:script_output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user