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

Fix limiting allowed methods in nginx #3941

Merged
merged 1 commit into from Jul 14, 2023

Conversation

segiddins
Copy link
Member

limit_except is not allowed in http context, only location context.

This will fix the currently failing deploy to staging

limit_except is not allowd in http context, only location context
@segiddins segiddins force-pushed the segiddins/fix-nginx-limit-methods branch from 614aad6 to 332c100 Compare July 14, 2023 16:34
@segiddins segiddins enabled auto-merge (squash) July 14, 2023 16:34
@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #3941 (614aad6) into master (0948516) will not change coverage.
The diff coverage is n/a.

❗ Current head 614aad6 differs from pull request most recent head 332c100. Consider uploading reports for the commit 332c100 to get more accurate results

@@           Coverage Diff           @@
##           master    #3941   +/-   ##
=======================================
  Coverage   98.80%   98.80%           
=======================================
  Files         217      217           
  Lines        5417     5417           
=======================================
  Hits         5352     5352           
  Misses         65       65           

@segiddins segiddins merged commit d4b8e7b into master Jul 14, 2023
13 checks passed
@segiddins segiddins deleted the segiddins/fix-nginx-limit-methods branch July 14, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant