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

Commit

Permalink
Should user repo_dir variable here incase of over-ride in project def…
Browse files Browse the repository at this point in the history
…inition
  • Loading branch information
createdbypete committed Sep 24, 2013
1 parent 8723a1e commit 4e3fd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/projects/templates/shared/nginx.conf.erb
Expand Up @@ -5,7 +5,7 @@ upstream <%= @server_name %> {
server {
access_log <%= scope.lookupvar "nginx::config::logdir" %>/<%= @name %>.access.log main;
listen 80;
root <%= scope.lookupvar "boxen::config::srcdir" %>/<%= @name %>/public;
root <%= @repo_dir %>/public;
server_name <%= @server_name %> *.<%= @server_name %>;

client_max_body_size 50M;
Expand Down

0 comments on commit 4e3fd77

Please sign in to comment.