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

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RobWC committed Apr 8, 2015
1 parent f662b16 commit aab7571
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MARKDOWN = pandoc --from markdown_github --to pdf
2 changes: 1 addition & 1 deletion proctor/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
netmask: "255.255.252.0",
ip: "10.10.0.10"
ndo.vm.synced_folder "../", "/vagrant", disabled: false
config.ssh.password = "vagrant"
ndo.ssh.password = "vagrant"

ndo.vm.provider "virtualbox" do |v|
end
Expand Down
1 change: 1 addition & 0 deletions proctor/ansible/playbooks/files/reggie_default
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ server {

location / {
proxy_pass http://127.0.0.1:5000;
proxy_set_header X-Real-IP $remote_addr;
}
}

0 comments on commit aab7571

Please sign in to comment.