Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Commit

Permalink
Route /developer to the static site.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Dec 11, 2014
1 parent 2d50698 commit 4d7e494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/nginx/router.conf.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ http {

# Route the docs and other static pages to the Rails web app. This may
# change, so that's why we're treating it separately.
location ~* ^/(|about|assets|community|contact|doc|docs|metrics|favicon\.ico|images|robots.txt|signup|static|__middleman|__rack)(/|$) {
location ~* ^/(|about|assets|community|contact|developer|doc|docs|metrics|favicon\.ico|images|robots.txt|signup|static|__middleman|__rack)(/|$) {
{{#if ../static_site.host_header}}
set $proxy_host_header "{{../../static_site.host_header}}";
{{/if}}
Expand Down

0 comments on commit 4d7e494

Please sign in to comment.