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

Side by Side Diff: modules/rietveld/files/site.conf

Issue 6155422901731328: Run Rietveld using the AppEngine SDK (Closed)
Patch Set: Addressed comments and added proper configuration Created June 3, 2015, 3:31 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « modules/rietveld/files/rietveld.conf ('k') | modules/rietveld/files/wrapper.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 location / 1 location /
2 { 2 {
3 proxy_pass http://localhost:8000/; 3 proxy_pass http://localhost:8080/;
4 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
5 proxy_set_header X-Real-IP $remote_addr;
6 proxy_set_header X-Forwarded-Proto $scheme;
7 proxy_set_header Host $http_host;
4 } 8 }
OLDNEW
« no previous file with comments | « modules/rietveld/files/rietveld.conf ('k') | modules/rietveld/files/wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld