Merged
Conversation
`try_files` was added in #1674, but that resets `$fastcgi_path_info`. This PR makes sure PATH_INFO gets the original value.
Merged
rullzer
approved these changes
Oct 24, 2019
Member
|
/backport to stable15 |
Member
|
/backport to stable16 |
Member
|
/backport to stable17 |
Contributor
Author
|
@rullzer Would there be any need for a backport to the blog post? |
|
backport to stable15 in #1680 |
Member
|
Yes will take care tomorrow |
|
backport to stable16 in #1681 |
|
backport to stable17 in #1682 |
|
I think this should also be added to the blog entry. |
Member
|
Yeslike I said it will be added. However, having said that. For me my config works just fine without it as well. |
skjnldsv
added a commit
to skjnldsv/docker-nextcloud-dev
that referenced
this pull request
Oct 25, 2019
Contributor
Author
|
@jknockaert I've been wondering if and where the php paramater |
2 tasks
MichaIng
added a commit
to MichaIng/DietPi
that referenced
this pull request
Oct 25, 2019
MichaIng
added a commit
to MichaIng/DietPi
that referenced
this pull request
Oct 25, 2019
thelamer
pushed a commit
to linuxserver/docker-nextcloud
that referenced
this pull request
Feb 7, 2020
* Bot Updating Package Versions * fixed diffs w/ nextcloud upstream Edit line 53, 67 - ocs-provider + ocm-provider, one call: nextcloud/documentation@3206db9 nextcloud/documentation#1293 New line 55, edit 58 - try_files resets $fastcgi_path_info, fix so $path_info gets value: nextcloud/documentation@8f6c1aa nextcloud/documentation#1679
thelamer
pushed a commit
to linuxserver/docker-nextcloud
that referenced
this pull request
Feb 7, 2020
* php.ini and site config updates * display real ip in nginx logs with rp * fixed diffs w/ upstream nextcloud git (#129) * Bot Updating Package Versions * fixed diffs w/ nextcloud upstream Edit line 53, 67 - ocs-provider + ocm-provider, one call: nextcloud/documentation@3206db9 nextcloud/documentation#1293 New line 55, edit 58 - try_files resets $fastcgi_path_info, fix so $path_info gets value: nextcloud/documentation@8f6c1aa nextcloud/documentation#1679 Co-authored-by: Evan Wade <evan+pgp@evanwade.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
try_fileswas added in #1674, but that resets$fastcgi_path_info. This PR makes sure PATH_INFO gets the original value.