mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Fixed Owncloud NGINX template causes redirect loop.
This commit is contained in:
parent
9218cf64d3
commit
81ae01099d
26 changed files with 26 additions and 26 deletions
|
@ -39,7 +39,7 @@ server {
|
|||
try_files $uri $uri/ /index.php;
|
||||
|
||||
location ~ \.php(?:$|/) {
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
include /etc/nginx/fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue