fix some typos and link to a blogpost about middleware pattern

This commit is contained in:
lubiana 2022-04-30 20:59:05 +02:00 committed by Andre Lubian
parent d81535c3c0
commit 68d4abab8f
3 changed files with 5 additions and 4 deletions

4
Vagrantfile vendored
View file

@ -4,8 +4,8 @@
Vagrant.configure("2") do |config|
config.vm.box = "archlinux/archlinux"
config.vm.provider "virtualbox" do |v|
v.memory = 2048
v.cpus = 4
v.memory = 256
v.cpus = 2
end
config.vm.network "forwarded_port", guest: 1235, host: 1235
config.vm.network "forwarded_port", guest: 22, host: 2200, id: 'ssh'