change development url from localdock to laravel.dev

This commit is contained in:
Mahmoud Zalt 2015-08-21 22:12:57 +03:00
parent 1ea85c5901
commit 4e3315e2a3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ server {
root /var/www/public;
index index.php index.html index.htm;
server_name localdock localdock.dev;
server_name laravel.dev;
location / {
try_files $uri $uri/ /index.php$is_args$args;