From a0095a0bee542763c4c39fb273c407b03595d466 Mon Sep 17 00:00:00 2001 From: Nils Date: Wed, 10 Oct 2018 20:06:02 +0200 Subject: [PATCH] changed vagrant top-level domain to .test (#188) --- Vagrantfile | 2 +- vagrant/nginx/app.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 5c9e123..44fd76c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -7,7 +7,7 @@ required_plugins.each do |plugin| end domains = { - app: 'yii2basic.dev' + app: 'yii2basic.test' } vagrantfile_dir_path = File.dirname(__FILE__) diff --git a/vagrant/nginx/app.conf b/vagrant/nginx/app.conf index 08ec5bb..b22e661 100644 --- a/vagrant/nginx/app.conf +++ b/vagrant/nginx/app.conf @@ -6,7 +6,7 @@ server { listen 80; ## listen for ipv4 #listen [::]:80 default_server ipv6only=on; ## listen for ipv6 - server_name yii2basic.dev; + server_name yii2basic.test; root /app/web/; index index.php;