configs/apache: spaces to tabs
authorRobert Swiecki <robert@swiecki.net>
Fri, 7 Jul 2017 17:12:42 +0000 (19:12 +0200)
committerRobert Swiecki <robert@swiecki.net>
Fri, 7 Jul 2017 17:12:42 +0000 (19:12 +0200)
configs/apache.cfg

index ebeb7a61d8210ddb276ef7f97ad01d0e34079baa..4735ed663c86f75a6269181229554d62b45cd736 100644 (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"