thecollegeview: pass all dirs to phpfpm
This commit is contained in:
parent
4aec3697b9
commit
4555ceccdd
1 changed files with 3 additions and 4 deletions
|
@ -80,10 +80,9 @@ http {
|
|||
client_max_body_size 5m;
|
||||
client_body_timeout 60;
|
||||
|
||||
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|otf|eot|ico)$ {
|
||||
try_files $uri /index.php;
|
||||
expires max;
|
||||
log_not_found off;
|
||||
# Pass all folders to FPM
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
}
|
||||
|
||||
# Pass REST API to FPM
|
||||
|
|
Loading…
Reference in a new issue