Skip to content

Commit

Permalink
Merge pull request #10 from wardenenv/revert-8-podman
Browse files Browse the repository at this point in the history
Revert "Add podman support for nginx"
  • Loading branch information
navarr authored Apr 17, 2023
2 parents 70be181 + 619cf2f commit 4133376
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nginx/etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# default Docker DNS server
# - 127.0.0.11 is the default resolver IP for Docker
# - 10.89.0.1 is the default resolver IP for Podman
resolver 127.0.0.11 10.89.0.1;
resolver_timeout 1s;
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" $fastcgi_backend {
Expand Down

0 comments on commit 4133376

Please sign in to comment.