simlify and reduce the usage steps

This commit is contained in:
Mahmoud Zalt
2016-04-08 11:33:33 +03:00
parent 0973aaf166
commit 105fce8965
3 changed files with 103 additions and 52 deletions

View File

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