Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx: fastcgi_split_path_info and so on are no longer required #53

Merged
merged 5 commits into from
Mar 19, 2020

Conversation

ikedas
Copy link
Member

@ikedas ikedas commented Mar 13, 2020

…INFO by Sympa itself. Thus documentation have to be tweaked.
With the fixe previously described, path component of this parameter will
no longer be optional.
@ikedas
Copy link
Member Author

ikedas commented Mar 13, 2020

Re-pushed.

  • A change about http_host (N.B. I think it should be named wwwsympa_url_local):
    With the fix previously described, path component of this parameter will no longer be optional.

@ikedas ikedas merged commit 569e757 into sympa-community:master Mar 19, 2020
@ikedas ikedas deleted the sympa-issue-879 branch March 19, 2020 13:23
mmilata added a commit to mmilata/nixpkgs that referenced this pull request Jun 10, 2020
Our regex for splitting HTTP path into SCRIPT_NAME and PATH_INFO was
incorrect when webLocation was set to "/". Since Sympa 6.2.56 this has
caused the web interface to return "421 Misdirected Request".

Since 6.2.56 Sympa can do the splitting on its own so we can simply
remove it from nginx configuration.

See also:
- sympa-community/sympa#879
- sympa-community/sympa#910
- sympa-community/sympa-community.github.io#53
mmilata added a commit to mmilata/nixpkgs that referenced this pull request Jun 10, 2020
Our regex for splitting HTTP path into SCRIPT_NAME and PATH_INFO was
incorrect when webLocation was set to "/". Since Sympa 6.2.56 this has
caused the web interface to return "421 Misdirected Request".

Since 6.2.56 Sympa can do the splitting on its own so we can simply
remove it from nginx configuration.

See also:
- sympa-community/sympa#879
- sympa-community/sympa#910
- sympa-community/sympa-community.github.io#53

(cherry picked from commit bd4e4dd)
sorki pushed a commit to otevrenamesta/nixpkgs that referenced this pull request Mar 10, 2021
Our regex for splitting HTTP path into SCRIPT_NAME and PATH_INFO was
incorrect when webLocation was set to "/". Since Sympa 6.2.56 this has
caused the web interface to return "421 Misdirected Request".

Since 6.2.56 Sympa can do the splitting on its own so we can simply
remove it from nginx configuration.

See also:
- sympa-community/sympa#879
- sympa-community/sympa#910
- sympa-community/sympa-community.github.io#53

(cherry picked from commit bd4e4dd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant