+5
-1
@@ -3,8 +3,12 @@ server {
|
||||
root /app/public;
|
||||
index index.html;
|
||||
|
||||
location = / {
|
||||
try_files /index.html /index.php$is_args$args;
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri /index.html /index.php$is_args$args;
|
||||
try_files $uri /index.php$is_args$args;
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
|
||||
Reference in New Issue
Block a user