Skip to content

Commit

Permalink
wardenenv/images#719 - Removing volatile flag on nginx map
Browse files Browse the repository at this point in the history
  • Loading branch information
bap14 committed Jan 29, 2024
1 parent 97046d3 commit 5b0022e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nginx/etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ resolver 127.0.0.11;

# Select upstream backend to use based on presense of Xdebug cookies and Blackfire headers
map "$http_X_BLACKFIRE_QUERY:$cookie_XDEBUG_SESSION$cookie_XDEBUG_PROFILE$cookie_XDEBUG_TRACE$arg_XDEBUG_SESSION$arg_XDEBUG_SESSION_START:$cookie_SPX_ENABLED$cookie_SPX_KEY$arg_SPX_ENABLED$arg_SPX_KEY$arg_SPX_UI_URI" $fastcgi_backend {
volatile;

# Nothing for debug and nothing for blackfire means its a pure request
"::" ${NGINX_UPSTREAM_HOST}:${NGINX_UPSTREAM_PORT};

Expand Down

0 comments on commit 5b0022e

Please sign in to comment.