Skip to content

Commit

Permalink
Merge pull request #9576 from eduardoj/remote-proxy-auth-mode-simulate
Browse files Browse the repository at this point in the history
Remove :simulate as a value for proxy_auth_mode
  • Loading branch information
hennevogel committed May 20, 2020
2 parents 09fb69e + fcdc22f commit 2080ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/config/options.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ default: &default

extended_backend_log: false

# proxy_auth_mode can be :off, :on or :simulate
# proxy_auth_mode can be :off or :on
proxy_auth_mode: :off

# ATTENTION: If proxy_auth_mode'is :on, the frontend takes the user
Expand Down

0 comments on commit 2080ac8

Please sign in to comment.