Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Fix nginx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Sep 17, 2015
1 parent c3c8229 commit ee87954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devbox/provisioning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cp /vagrant/devbox/prosody.cfg.lua /etc/prosody/prosody.cfg.lua
#
apt-get install -y nginx
cp /vagrant/devbox/nginx-default.conf /etc/nginx/sites-available/default
sed --in-place 's|{{ROOT_DIR}}|/vagrant|g' /etc/nginx/sites-available/default/nginx-default.conf
sed --in-place 's|{{ROOT_DIR}}|/vagrant|g' /etc/nginx/sites-available/default
/etc/init.d/nginx restart

#
Expand Down

0 comments on commit ee87954

Please sign in to comment.