Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/rietveld/files/site.conf

Issue 29320002: Issue 2713 - Move Nginx setup from module "rietveld" to module "codereview" (Closed)
Patch Set: Created June 23, 2015, 7:06 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/codereview/manifests/init.pp ('k') | modules/rietveld/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/rietveld/files/site.conf
diff --git a/modules/rietveld/files/site.conf b/modules/rietveld/files/site.conf
deleted file mode 100644
index 9979317f269b78a33dacf0638fad5232f4acc064..0000000000000000000000000000000000000000
--- a/modules/rietveld/files/site.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-location /
-{
- proxy_pass http://localhost:8080/;
- proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
- proxy_set_header X-Real-IP $remote_addr;
- proxy_set_header X-Forwarded-Proto $scheme;
- proxy_set_header Host $http_host;
-}
« no previous file with comments | « modules/codereview/manifests/init.pp ('k') | modules/rietveld/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld