configs/apache: spaces to tabs

This commit is contained in:
Robert Swiecki 2017-07-07 19:12:42 +02:00
parent 83cb1f2764
commit b389fcdc3d

View File

@ -73,19 +73,19 @@ mount {
rw: true
}
mount {
src: "/dev/urandom"
dst: "/dev/urandom"
is_bind: true
rw: true
src: "/dev/urandom"
dst: "/dev/urandom"
is_bind: true
rw: true
}
mount {
dst: "/dev/shm"
fstype: "tmpfs"
rw: true
dst: "/dev/shm"
fstype: "tmpfs"
rw: true
}
mount {
dst: "/proc"
fstype: "proc"
dst: "/proc"
fstype: "proc"
}
mount {
src: "/lib64"