From bdd2396d19f5465ecaac3195deeceef29a867d52 Mon Sep 17 00:00:00 2001 From: dautor Date: Fri, 15 Nov 2024 13:47:50 +0100 Subject: Create example structure and add 2 examples --- cgit/host/root/etc/rc.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cgit/host/root/etc/rc.conf (limited to 'cgit/host/root/etc/rc.conf') 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" -- cgit v1.2.3