Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: configs/chromium/slave/lighttpd.conf

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Address comment Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « configs/chromium/slave/info/host ('k') | configs/chromium/slave/run_slave.bat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 server.modules += ( "mod_alias" )
2
3 server.document-root = "c:/b/build/slave"
4
5 alias.url = ( "/b/build/slave" => "c:/b/build/slave" )
6
7 server.port = 80
8 dir-listing.activate = "enable"
9 mimetype.assign = (
10 ".html" => "text/html",
11 ".txt" => "text/plain",
12 ".jpg" => "image/jpeg",
13 ".png" => "image/png"
14 )
OLDNEW
« no previous file with comments | « configs/chromium/slave/info/host ('k') | configs/chromium/slave/run_slave.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698