simlify and reduce the usage steps
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user