]> git.openstreetmap.org Git - chef.git/blob - cookbooks/web/templates/default/apache.frontend.erb
Add gpx_files and gpx_file_tags to monthly reindex
[chef.git] / cookbooks / web / templates / default / apache.frontend.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <VirtualHost *:443>
4   #
5   # Basic server configuration
6   #
7   ServerName <%= node[:fqdn] %>
8   ServerAlias api.openstreetmap.org www.openstreetmap.org 127.0.0.1
9   ServerAdmin webmaster@openstreetmap.org
10
11   #
12   # Enable SSL
13   #
14   SSLEngine on
15   SSLCertificateFile /etc/ssl/certs/www.openstreetmap.org.pem
16   SSLCertificateKeyFile /etc/ssl/private/www.openstreetmap.org.key
17
18   #
19   # Setup logging
20   #
21   SetEnvIfNoCase Authorization "^Basic " AUTH_METHOD=basic
22   SetEnvIfNoCase Authorization "^OAuth " AUTH_METHOD=oauth1
23   SetEnvIfNoCase Authorization "^Bearer " AUTH_METHOD=oauth2
24   SetEnvIfExpr "%{QUERY_STRING} =~ /(^|&)oauth_signature=/" AUTH_METHOD=oauth1
25   LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %Dus %{UNIQUE_ID}e %{SSL_PROTOCOL}x %{SSL_CIPHER}x %{AUTH_METHOD}e" combined_with_time
26   CustomLog /var/log/apache2/access.log combined_with_time
27   ErrorLog /var/log/apache2/error.log
28
29   #
30   # Turn on various features
31   #
32   ExpiresActive On
33   RewriteEngine on
34
35   #
36   # Configure timeouts
37   #
38   RequestReadTimeout handshake=20-40,MinRate=500 header=20-40,MinRate=500 body=20,MinRate=500
39
40   #
41   # Add the unique ID to the request headers
42   #
43   RequestHeader set X-Request-Id %{UNIQUE_ID}e
44
45   #
46   # Remove Proxy request header to mitigate https://httpoxy.org/
47   #
48   RequestHeader unset Proxy early
49
50   #
51   # Block troublesome GPX data scrapping
52   #
53   RewriteCond %{REQUEST_METHOD} HEAD
54   RewriteRule ^/trace/\d+/data - [F,L]
55
56   #
57   # Block tilesAtHome
58   #
59   RewriteCond %{HTTP_USER_AGENT} tilesAtHome
60   RewriteRule . - [F,L]
61
62   #
63   # Block changeset scraper
64   #
65   RewriteCond %{HTTP_USER_AGENT} "OSMApp Tuner"
66   RewriteRule . - [F,L]
67
68   #
69   # Block trace scraper
70   #
71   RewriteCond %{HTTP_USER_AGENT} "python-httpx/0.24.1"
72   RewriteRule . - [F,L]
73
74   #
75   # Block attempts to access old API versions
76   #
77   RewriteRule ^/api/0.[12345]/ - [G,L]
78
79   #
80   # Block JOSM revisions  1722-1727 as they have a serious bug that causes
81   # lat/lon to be swapped (https://josm.openstreetmap.de/ticket/2804)
82   #
83   RewriteCond %{HTTP_USER_AGENT} "^JOSM/[0-9]+\.[0-9]+ \(172[234567]\)"
84   RewriteRule . - [F,L]
85
86   #
87   # Block a changeset that seems to lock things up
88   #
89   RewriteRule ^/api/0.6/changeset/6823497/download$ - [F,L]
90
91   #
92   # Ignore Vicon Valerus "online" status pings
93   # https://gist.github.com/Firefishy/86ed5b86991b225179b54bbafbcd769e
94   #
95   RewriteCond "%{QUERY_STRING}" "^q=abcde&t=20"
96   RewriteRule "^/api/0\.6/notes/search$" - [R=429,L]
97
98   #
99   # Force special MIME type for crossdomain.xml files
100   #
101   <Files crossdomain.xml>
102     ForceType text/x-cross-domain-policy
103   </Files>
104
105   #
106   # Set expiry for assets
107   #
108   <Location /assets/>
109     Header unset Last-Modified
110     FileETag Size
111
112     ExpiresDefault "access plus 1 year"
113     Header set Cache-Control "immutable, max-age=31536000"
114   </Location>
115
116   #
117   # Set expiry for attachments
118   #
119   <Location /attachments/>
120     Header unset ETag
121     FileETag None
122
123     ExpiresDefault "access plus 1 year"
124   </Location>
125
126   #
127   # Set expiry for other static content
128   #
129   <Location /export/embed.html>
130     ExpiresDefault "access plus 7 days"
131   </Location>
132   <Location /images/>
133     ExpiresDefault "access plus 10 years"
134   </Location>
135   <Location /openlayers/>
136     Header unset Last-Modified
137     FileETag Size
138
139     Header always set Cache-Control "public, max-age=31536000, immutable"
140     Header always set Expires "Tue, 19 Jan 2038 03:14:07 GMT"
141   </Location>
142
143   #
144   # Configure rails
145   #
146   DocumentRoot <%= node[:web][:base_directory] %>/rails/public
147   RailsEnv production
148   PassengerMinInstances 10
149   PassengerMaxRequests 5000
150   PassengerMaxRequestQueueSize 250
151   PassengerPreStart https://www.openstreetmap.org/
152   PassengerAppGroupName rails
153   SetEnv OPENSTREETMAP_STATUS <%= @status %>
154   SetEnv SECRET_KEY_BASE <%= @secret_key_base %>
155   Alias /favicon.ico <%= node[:web][:base_directory] %>/rails/app/assets/favicons/favicon.ico
156   Alias /openlayers <%= node[:web][:base_directory] %>/static/openlayers
157   RedirectPermanent /stats https://planet.openstreetmap.org/statistics
158
159   #
160   # Pass authentication related headers to cgimap
161   #
162   <Location />
163     CGIPassAuth On
164   </Location>
165
166   #
167   # Pass supported calls to cgimap
168   #
169   RewriteRule ^/api/0\.6/map(\.json|\.xml)?$ fcgi://127.0.0.1:8000$0 [P]
170   RewriteCond %{REQUEST_METHOD} ^(HEAD|GET)$
171   RewriteRule ^/api/0\.6/(node|way|relation|changeset)/[0-9]+(\.json|\.xml)?$ fcgi://127.0.0.1:8000$0 [P]
172   RewriteRule ^/api/0\.6/(node|way|relation)/[0-9]+/history(\.json|\.xml)?$ fcgi://127.0.0.1:8000$0 [P]
173   RewriteRule ^/api/0\.6/(node|way|relation)/[0-9]+/relations(\.json|\.xml)?$ fcgi://127.0.0.1:8000$0 [P]
174   RewriteRule ^/api/0\.6/node/[0-9]+/ways(\.json|\.xml)?$ fcgi://127.0.0.1:8000$0 [P]
175   RewriteRule ^/api/0\.6/(way|relation)/[0-9]+/full(\.json|\.xml)?$ fcgi://127.0.0.1:8000$0 [P]
176   RewriteRule ^/api/0\.6/(nodes|ways|relations)(\.json|\.xml)?$ fcgi://127.0.0.1:8000$0 [P]
177   RewriteRule ^/api/0\.6/changeset/[0-9]+/(upload|download)(\.json|\.xml)?$ fcgi://127.0.0.1:8000$0 [P]
178
179   #
180   # Redirect trac and wiki requests to the right places
181   #
182   RedirectPermanent /trac/ https://trac.openstreetmap.org/
183   RedirectPermanent /wiki/ https://wiki.openstreetmap.org/
184
185   #
186   # Redirect requests for various images to the right place
187   #
188   RedirectPermanent /images/osm_logo.png https://www.openstreetmap.org/assets/osm_logo.png
189   RedirectPermanent /images/cc_button.png https://www.openstreetmap.org/assets/cc_button.png
190
191   #
192   # Redirect api requests made to www.openstreetmap.org to api.openstreetmap.org
193   #
194 #  RewriteCond %{HTTP_HOST} =www.openstreetmap.org
195 #  RewriteRule ^/api/(.*)$ https://api.openstreetmap.org/api/$1 [L,NE,R=permanent]
196
197   #
198   # Redirect non-api requests made to api.openstreetmap.org to www.openstreetmap.org
199   #
200   RewriteCond %{HTTP_HOST} =api.openstreetmap.org
201   RewriteCond %{REQUEST_URI} !^/api/
202   RewriteRule ^(.*)$ https://www.openstreetmap.org$1 [L,NE,R=permanent]
203 </VirtualHost>
204
205 <VirtualHost *:80>
206   ServerName openstreetmap.org.uk
207   ServerAlias www.openstreetmap.org.uk
208   ServerAlias openstreetmap.co.uk
209   ServerAlias www.openstreetmap.co.uk
210
211   RedirectPermanent /events.ics http://calendar.openstreetmap.org.uk/events.ics
212   RedirectPermanent / https://www.openstreetmap.org/
213 </VirtualHost>
214
215 <VirtualHost *:80>
216   ServerName osm.org
217
218   Header always set Cache-Control "max-age=31536000"
219   Header always set Expires "Tue, 19 Jan 2038 03:14:07 GMT"
220
221   RewriteEngine on
222
223   RewriteRule ^/\.well-known/acme-challenge/(.*)$ http://acme.openstreetmap.org/.well-known/acme-challenge/$1 [R=permanent,L]
224
225   RewriteCond %{REQUEST_URI} !^/server-status$
226   RewriteRule ^(.*)$ https://osm.org$1 [L,NE,R=permanent]
227 </VirtualHost>
228
229 <VirtualHost *:80>
230   ServerName www.osm.org
231
232   Header always set Cache-Control "max-age=31536000"
233   Header always set Expires "Tue, 19 Jan 2038 03:14:07 GMT"
234
235   RewriteEngine on
236
237   RewriteRule ^/\.well-known/acme-challenge/(.*)$ http://acme.openstreetmap.org/.well-known/acme-challenge/$1 [R=permanent,L]
238
239   RewriteCond %{REQUEST_URI} !^/server-status$
240   RewriteRule ^(.*)$ https://www.osm.org$1 [L,NE,R=permanent]
241 </VirtualHost>
242
243 <VirtualHost *:80>
244   ServerName openstreetmap.org
245
246   Header always set Cache-Control "max-age=31536000"
247   Header always set Expires "Tue, 19 Jan 2038 03:14:07 GMT"
248
249   RewriteEngine on
250
251   RewriteRule ^/\.well-known/acme-challenge/(.*)$ http://acme.openstreetmap.org/.well-known/acme-challenge/$1 [R=permanent,L]
252
253   RewriteCond %{REQUEST_URI} !^/server-status$
254   RewriteRule ^(.*)$ https://openstreetmap.org$1 [L,NE,R=permanent]
255 </VirtualHost>
256
257 <VirtualHost *:80>
258   ServerName www.openstreetmap.org
259   ServerAlias *
260
261   Header always set Cache-Control "max-age=31536000"
262   Header always set Expires "Tue, 19 Jan 2038 03:14:07 GMT"
263
264   RewriteEngine on
265
266   RewriteRule ^/\.well-known/acme-challenge/(.*)$ http://acme.openstreetmap.org/.well-known/acme-challenge/$1 [R=permanent,L]
267
268   RewriteCond %{REQUEST_URI} !^/server-status$
269   RewriteRule ^(.*)$ https://www.openstreetmap.org$1 [L,NE,R=permanent]
270 </VirtualHost>
271
272 <VirtualHost *:443>
273   ServerName openstreetmap.org
274   ServerAlias *
275
276   SSLEngine on
277   SSLCertificateFile /etc/ssl/certs/www.openstreetmap.org.pem
278   SSLCertificateKeyFile /etc/ssl/private/www.openstreetmap.org.key
279
280   Header always set Cache-Control "max-age=31536000"
281   Header always set Expires "Tue, 19 Jan 2038 03:14:07 GMT"
282
283   RedirectPermanent / https://www.openstreetmap.org/
284 </VirtualHost>
285
286 <Directory <%= node[:web][:base_directory] %>/rails/public>
287   Require all granted
288
289   RewriteCond "%{HTTP:Accept-encoding}" "br"
290   RewriteCond "%{REQUEST_FILENAME}\.br" -s
291   RewriteRule "^(.*)\.(css|ico|js|json|svg|xml)$" "$1\.$2\.br" [QSA]
292
293   RewriteCond "%{HTTP:Accept-encoding}" "gzip"
294   RewriteCond "%{REQUEST_FILENAME}\.gz" -s
295   RewriteRule "^(.*)\.(css|ico|js|json|svg|xml)$" "$1\.$2\.gz" [QSA]
296
297   RewriteRule "\.css\.(br|gz)$" "-" [T=text/css,E=no-gzip:1,E=no-brotli:1]
298   RewriteRule "\.ico\.(br|gz)$"  "-" [T=image/vnd.microsoft.icon,E=no-gzip:1,E=no-brotli:1]
299   RewriteRule "\.js\.(br|gz)$"  "-" [T=text/javascript,E=no-gzip:1,E=no-brotli:1]
300   RewriteRule "\.json\.(br|gz)$"  "-" [T=application/json,E=no-gzip:1,E=no-brotli:1]
301   RewriteRule "\.svg\.(br|gz)$"  "-" [T=image/svg+xml,E=no-gzip:1,E=no-brotli:1]
302   RewriteRule "\.xml\.(br|gz)$"  "-" [T=application/xml,E=no-gzip:1,E=no-brotli:1]
303
304   <FilesMatch "\.(css|ico|js|json|svg|xml)\.br$">
305     Header append Content-Encoding br
306     Header append Vary Accept-Encoding
307   </FilesMatch>
308
309   <FilesMatch "\.(css|ico|js|json|svg|xml)\.gz$">
310     Header append Content-Encoding gzip
311     Header append Vary Accept-Encoding
312   </FilesMatch>
313 </Directory>
314
315 <Directory /srv/www.openstreetmap.org/static>
316   Require all granted
317 </Directory>
318
319 <Directory /srv/www.openstreetmap.org/rails/app/assets>
320   Require all granted
321 </Directory>
322
323 <Directory /srv/www.openstreetmap.org/rails/vendor/assets>
324   Require all granted
325 </Directory>