summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/monkey/conf/sites/default.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-09 13:19:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-09 13:19:22 +0000
commitc21c3b0befeb46a51b6bf3758ffa30813bea0ff0 (patch)
tree9754ff1ca740f6346cf8483ec915d4054bc5da2d /fluent-bit/lib/monkey/conf/sites/default.in
parentAdding upstream version 1.43.2. (diff)
downloadnetdata-c21c3b0befeb46a51b6bf3758ffa30813bea0ff0.tar.xz
netdata-c21c3b0befeb46a51b6bf3758ffa30813bea0ff0.zip
Adding upstream version 1.44.3.upstream/1.44.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/monkey/conf/sites/default.in')
-rw-r--r--fluent-bit/lib/monkey/conf/sites/default.in57
1 files changed, 57 insertions, 0 deletions
diff --git a/fluent-bit/lib/monkey/conf/sites/default.in b/fluent-bit/lib/monkey/conf/sites/default.in
new file mode 100644
index 000000000..0d259ae9e
--- /dev/null
+++ b/fluent-bit/lib/monkey/conf/sites/default.in
@@ -0,0 +1,57 @@
+# Default Host - Configuration
+# ============================
+# Here the variable principals of the program are defined in respect
+# to the configuration of the different types of directives.
+
+[HOST]
+ # ServerName:
+ # -----------
+ # Allow you to set a host and domain name (e.g monkey.linuxchile.cl). If
+ # you are working in a local network just set your IP address or if you
+ # are working like localhost set your loopback address (127.0.0.1).
+
+ ServerName @MK_VH_SERVERNAME@
+
+ # DocumentRoot:
+ # -------------
+ # This variable corresponds to the location of the main server directory
+ # of the web pages, where the files of your site are located.
+ #
+ # Example:
+ # DocumentRoot /home/krypton/htdocs
+
+ DocumentRoot @MK_PATH_WWW@
+
+ # Redirect:
+ # ---------
+ # Under specific conditions, you may want the server performs a HTTP
+ # redirect when this Virtual Host is reach. If that is the case, append
+ # to the Redirect key the value of the address where to redirect the
+ # HTTP client.
+ #
+ # Redirect http://monkey-project.com
+
+[LOGGER]
+ # AccessLog:
+ # ----------
+ # Registration file of correct request.
+
+ AccessLog @MK_PATH_LOG@/access.log
+
+ # ErrorLog:
+ # ---------
+ # Registration file of incorrect request.
+
+ ErrorLog @MK_PATH_LOG@/error.log
+
+[ERROR_PAGES]
+ 404 404.html
+
+[HANDLERS]
+ # FastCGI
+ # =======
+ # Match /.*\.php fastcgi
+
+ # CGI
+ # ===
+ # Match /cgi-bin/.*\.cgi cgi