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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: configs/chromium/slave/lighttpd.conf
diff --git a/configs/chromium/slave/lighttpd.conf b/configs/chromium/slave/lighttpd.conf
deleted file mode 100644
index 3e29e771038346f61d6a2c498fc3888a2b8c9c03..0000000000000000000000000000000000000000
--- a/configs/chromium/slave/lighttpd.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-server.modules += ( "mod_alias" )
-
-server.document-root = "c:/b/build/slave"
-
-alias.url = ( "/b/build/slave" => "c:/b/build/slave" )
-
-server.port = 80
-dir-listing.activate = "enable"
-mimetype.assign = (
- ".html" => "text/html",
- ".txt" => "text/plain",
- ".jpg" => "image/jpeg",
- ".png" => "image/png"
-)
« 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