Commit 4e3315e2 authored by Mahmoud Zalt's avatar Mahmoud Zalt

change development url from localdock to laravel.dev

parent 1ea85c59
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment