Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 1eb9c74

Browse files
committed
Add docs.wplib.box
1 parent 19719c4 commit 1eb9c74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/IP
66
/.vagrant
77
/.vscode
8+
/docs
89
/logs
910
/scripts
1011

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Vagrant.configure(2) do |config|
400400

401401
config.vm.hostname = hostname
402402
config.hostsupdater.aliases = [
403-
"docs.wplib.box",
403+
"docs.#{hostname}",
404404
"www.#{hostname}",
405405
"adminer.#{hostname}",
406406
"mailhog.#{hostname}"

0 commit comments

Comments
 (0)