summaryrefslogtreecommitdiff
path: root/cgit/host/root/etc/rc.conf
diff options
context:
space:
mode:
authordautor <karlo98.m@gmail.com>2024-11-15 13:47:50 +0100
committerdautor <karlo98.m@gmail.com>2024-11-16 14:25:00 +0100
commitbdd2396d19f5465ecaac3195deeceef29a867d52 (patch)
tree2dbe4c83c833ef8b8bfe1473fda3a028136b4299 /cgit/host/root/etc/rc.conf
Create example structure and add 2 examples
Diffstat (limited to 'cgit/host/root/etc/rc.conf')
-rw-r--r--cgit/host/root/etc/rc.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit/host/root/etc/rc.conf b/cgit/host/root/etc/rc.conf
new file mode 100644
index 0000000..9d1ff9d
--- /dev/null
+++ b/cgit/host/root/etc/rc.conf
@@ -0,0 +1,6 @@
+hostname="cgit"
+ifconfig_eth0="inet 10.2.0.2/24 up"
+defaultrouter="10.2.0.1"
+
+fcgiwrap_enable="YES"
+nginx_enable="YES"