blob: 3e241f235d5ba1addb3d369b82dd782473bf4e80 [file] [log] [blame]
Chris Sosacf1b0682012-06-08 19:58:59 -07001# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Sets up rewrite rules to have the devserver handle any requests that
6# don't map to an actual file.
7
8RewriteEngine on
Chris Sosa8227c592012-06-28 16:58:15 -07009RewriteCond %{REQUEST_URI} !^/static
Chris Sosacf1b0682012-06-08 19:58:59 -070010RewriteRule ^(.*) http://127.0.0.1:8080/$1 [proxy]