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
parent 3a402139b5
commit 33e7c08624
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
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'