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

View File

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