summaryrefslogtreecommitdiff
path: root/per-service/git-servers/files/git.linaro.org.conf
blob: 7e25bf07c365dffe9d8bcc3510ab9ef870cd8552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
# Managed by ansible, do not edit.
ServerSignature Off
ServerTokens Prod

<VirtualHost *:80>
    ServerName {{ git_host }}
    ServerAlias {{ inventory_hostname }}
    ServerAlias git-geo.linaro.org
    ServerAdmin webmaster@linaro.org

    CustomLog ${APACHE_LOG_DIR}/{{ git_host }}-access.log "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %D microseconds" env=!dontlog
    ErrorLog ${APACHE_LOG_DIR}/{{ git_host }}-error.log

    DocumentRoot    {{ apache_root }}/cgit

    ExpiresActive   On
    ExpiresDefault  "access plus 0 seconds"

    ExpiresByType   text/css        "access plus 1 month"
    ExpiresByType   text/javascript "access plus 1 month"
    ExpiresByType   image/png       "access plus 1 month"
    ExpiresByType   image/jpg       "access plus 1 month"
    ExpiresByType   image/jpeg      "access plus 1 month"
    ExpiresByType   image/x-icon    "access plus 1 month"

    Header append Cache-Control "no-transform"

    <FilesMatch "\.(html|htm)$">
        Header add Cache-Control "must-revalidate"
        SetOutputFilter DEFLATE

        BrowserMatch ^Mozilla/4 gzip-only-text/html
        BrowserMatch ^Mozilla/4\.0[678] no-gzip
        BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

        Header append Vary User-Agent env=!dont-vary
    </FilesMatch>

    <FilesMatch "\.(js|css)$">
        Header add Cache-Control "max-age=5356800"
        SetOutputFilter DEFLATE

        BrowserMatch ^Mozilla/4 gzip-only-text/html
        BrowserMatch ^Mozilla/4\.0[678] no-gzip
        BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

        Header append Vary User-Agent env=!dont-vary
    </FilesMatch>

    KeepAlive On
    KeepAliveTimeout 10
    MaxKeepAliveRequests 150

    RewriteEngine On
    # Following directives removed from Apache 2.4
    # http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#logging
    #RewriteLog ${APACHE_LOG_DIR}/{{ git_host }}-rewrite.log
    #RewriteLogLevel 0

    AllowEncodedSlashes On

    RewriteCond %{HTTP_USER_AGENT} (AhrefsBot|bingbot|Baidu|Baiduspider|360Spider|360) [nocase]
    RewriteRule ^(.*)$ - [forbidden,last]

    RewriteCond %{HTTP_USER_AGENT} !git [nocase]
    RewriteRule ^/gitweb/(.*)$ /$1 [nocase,noescape,redirect=301]

    RewriteCond %{HTTP_USER_AGENT} git [nocase]
    RewriteCond %{REQUEST_URI} !^/git/(.*)$
    RewriteCond %{REQUEST_URI} !^/git-ro/(.*)$
    RewriteRule ^/(.*)$ /git/$1 [nosubreq,nocase,passthrough]
    # we have things in ci and user bookmarks for gitweb URLs to raw file downloads like:
    #   curl -L  http://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py
    RewriteRule ^/(.*)/blob_plain/HEAD:/(.*)$ $1/plain/$2 [R=301]

    AliasMatch ^/git-ro/(.*) {{ repo_root }}/$1
    AliasMatch ^/git-http/(.*) {{ repo_root }}/$1

    AliasMatch ^/git-ro/(.*)/clone.bundle$ {{ repo_root }}/$1/clone.bundle
    AliasMatch ^/git-http/(.*)/clone.bundle$ {{ repo_root }}/$1/clone.bundle
    AliasMatch ^/git/(.*)/clone.bundle$ {{ repo_root }}/$1/clone.bundle

    SetEnvIf User-Agent "Amazon Route 53 Health Check" dontlog

    AliasMatch ^/git/(.*/objects/[0-9a-f]{2}/[0-9a-f]{38})$ {{ repo_root }}/$1
    AliasMatch ^/git/(.*/objects/pack/pack-[0-9a-f]{40}.(pack|idx))$ {{ repo_root }}/$1
    Alias /manifest.js.gz {{ repo_root }}/manifest.js.gz

    ScriptAliasMatch "(?x)^/git/(.*/(HEAD | info/refs | objects/info/[^/]+ | git-(upload|receive)-pack))$" {{ apache_root }}/cgit/git-http-backend.cgi

    <Directory "{{ repo_root }}">
        AllowOverride None
        Require all granted
        Options +FollowSymLinks -ExecCGI +Indexes
        ExpiresActive Off
        FileEtag None
        Header set Cache-Control "no-cache, no-store, no-transform"
        <FilesMatch "\.(bundle)$">
            FileEtag MTime
            Header set Cache-Control "no-transform, must-revalidate, max-age=518400"
        </FilesMatch>
    </Directory>

    Alias /cgit-css "/var/www/cgit/cgit-css/"
    ScriptAlias / "{{ apache_root}}/cgit/cgit/"
    <Directory "{{ apache_root }}/cgit/">
        AllowOverride None
        Options ExecCGI FollowSymlinks
        Require all granted
    </Directory>
</VirtualHost>

<VirtualHost *:443>
    ServerName {{ git_host }}
    ServerAlias {{ inventory_hostname }}
    ServerAlias git-geo.linaro.org
    ServerAdmin webmaster@linaro.org

    SSLEngine On
    SSLProtocol All -SSLv2 -SSLv3
    SSLCompression Off
    SSLHonorCipherOrder On
    SSLOptions +StdEnvVars
    SSLCipherSuite "EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA384:\
    EECDH+aRSA+SHA256:EECDH:+CAMELLIA256:+AES256:+CAMELLIA128:+AES128:+SSLv3:\
    !aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!ECDSA:\
    CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHA"

    SSLCertificateFile {{ssl_cert}}
    SSLCertificateKeyFile {{ssl_key}}
    SSLCACertificateFile {{ssl_ca}}

    CustomLog ${APACHE_LOG_DIR}/{{ git_host }}-access.log "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %D microseconds" env=!dontlog
    ErrorLog ${APACHE_LOG_DIR}/{{ git_host }}-error.log

    DocumentRoot    {{ apache_root }}/cgit

    ExpiresActive   On
    ExpiresDefault  "access plus 0 seconds"

    ExpiresByType   text/css        "access plus 1 month"
    ExpiresByType   text/javascript "access plus 1 month"
    ExpiresByType   image/png       "access plus 1 month"
    ExpiresByType   image/jpg       "access plus 1 month"
    ExpiresByType   image/jpeg      "access plus 1 month"
    ExpiresByType   image/x-icon    "access plus 1 month"

    Header always set Strict-Transport-Security "max-age=63072000"
    Header append Cache-Control "no-transform"

    <FilesMatch "\.(html|htm)$">
        Header add Cache-Control "must-revalidate"
        SetOutputFilter DEFLATE

        BrowserMatch ^Mozilla/4 gzip-only-text/html
        BrowserMatch ^Mozilla/4\.0[678] no-gzip
        BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

        Header append Vary User-Agent env=!dont-vary
    </FilesMatch>

    <FilesMatch "\.(js|css)$">
        Header add Cache-Control "max-age=5356800"
        SetOutputFilter DEFLATE

        BrowserMatch ^Mozilla/4 gzip-only-text/html
        BrowserMatch ^Mozilla/4\.0[678] no-gzip
        BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

        Header append Vary User-Agent env=!dont-vary
    </FilesMatch>

    KeepAlive On
    KeepAliveTimeout 9
    MaxKeepAliveRequests 150

    AllowEncodedSlashes On

    RewriteEngine On
    # Following directives removed from Apache 2.4
    # http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#logging
    #RewriteLog ${APACHE_LOG_DIR}/{{ git_host }}-rewrite.log
    #RewriteLogLevel 0

    RewriteCond %{HTTP_USER_AGENT} (AhrefsBot|bingbot|Baidu|Baiduspider|360Spider|360) [nocase]
    RewriteRule ^(.*)$ - [forbidden,last]

    RewriteCond %{HTTP_USER_AGENT} !git [nocase]
    RewriteRule ^/gitweb/(.*)$ /$1 [nocase,noescape,redirect=301]

    RewriteCond %{HTTP_USER_AGENT} git [nocase]
    RewriteCond %{REQUEST_URI} !^/git/(.*)$
    RewriteCond %{REQUEST_URI} !^/git-ro/(.*)$
    RewriteRule ^/(.*)$ /git/$1 [nocase,noescape,passthrough]
    # we have things in ci and user bookmarks for gitweb URLs to raw file downloads like:
    #   curl -L  http://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py
    RewriteRule ^/(.*)/blob_plain/HEAD:/(.*)$ $1/plain/$2 [R=301]

    AliasMatch ^/git-ro/(.*) {{ repo_root }}/$1
    AliasMatch ^/git-http/(.*) {{ repo_root }}/$1

    AliasMatch ^/git-ro/(.*)/clone.bundle$ {{ repo_root }}/$1/clone.bundle
    AliasMatch ^/git-http/(.*)/clone.bundle$ {{ repo_root }}/$1/clone.bundle
    AliasMatch ^/git/(.*)/clone.bundle$ {{ repo_root }}/$1/clone.bundle
    Alias /manifest.js.gz {{ repo_root }}/manifest.js.gz

    SetEnvIf User-Agent "Amazon Route 53 Health Check" dontlog

    AliasMatch ^/git/(.*/objects/[0-9a-f]{2}/[0-9a-f]{38})$ {{ repo_root }}/$1
    AliasMatch ^/git/(.*/objects/pack/pack-[0-9a-f]{40}.(pack|idx))$ {{ repo_root }}/$1

    ScriptAliasMatch "(?x)^/git/(.*/(HEAD | info/refs | objects/info/[^/]+ | git-(upload|receive)-pack))$" {{ apache_root }}/cgit/git-http-backend.cgi

    <Directory "{{ repo_root }}/">
        AllowOverride None
        Require all granted
        Options +FollowSymLinks -ExecCGI +Indexes
        ExpiresActive Off
        FileEtag None
        Header set Cache-Control "no-cache, no-store, no-transform"
        <FilesMatch "\.(bundle)$">
            FileEtag MTime
            Header set Cache-Control "no-transform, must-revalidate, max-age=518400"
        </FilesMatch>
    </Directory>

    Alias /cgit-css "/var/www/cgit/cgit-css/"
    ScriptAlias / "{{ apache_root}}/cgit/cgit/"
    <Directory "{{ apache_root }}/cgit/">
        AllowOverride None
        Options ExecCGI FollowSymlinks
        Require all granted
    </Directory>
</VirtualHost>