/admin/docker

To get this branch, use:
bzr branch http://darksoft.org/webbzr/admin/docker

« back to all changes in this revision

Viewing changes to adei/adei/scripts/override.sed

  • Committer: Suren A. Chilingaryan
  • Date: 2016-12-23 19:40:10 UTC
  • Revision ID: csa@suren.me-20161223194010-1013mnipk5revl6m
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\,<Directory "/srv/www/htdocs">, {
 
2
    :loop
 
3
 
 
4
    \,</Directory>, {
 
5
        b exit
 
6
    }
 
7
    
 
8
    s/^(\s*Options|\s*AllowOverride).*/\1 All/
 
9
    n
 
10
 
 
11
    b loop
 
12
}
 
13
\,/adei/cfg/apache.conf, {
 
14
    $ ! d
 
15
}
 
16
\,/adei/cfg/apache.conf, ! {
 
17
    $aInclude /adei/cfg/apache.conf
 
18
}
 
19
:exit