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