diff options
Diffstat (limited to 'cgit/host/root/etc')
| -rw-r--r-- | cgit/host/root/etc/rc.conf | 6 | ||||
| -rw-r--r-- | cgit/host/root/etc/resolv.conf | 1 |
2 files changed, 7 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" diff --git a/cgit/host/root/etc/resolv.conf b/cgit/host/root/etc/resolv.conf new file mode 100644 index 0000000..35fb6f9 --- /dev/null +++ b/cgit/host/root/etc/resolv.conf @@ -0,0 +1 @@ +nameserver 1.0.0.1 |
