mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
Update authentication.md
Added a semi-colon that while missing would cause a reverse proxy failure.
This commit is contained in:
@@ -116,7 +116,7 @@ server {
|
||||
# Required to allow user to logout of authentication from within Recipes
|
||||
# Ensure the <auth_endpoint> below is changed to actual the authentication url
|
||||
location /accounts/logout/ {
|
||||
return 301 http://<auth_endpoint>/logout
|
||||
return 301 http://<auth_endpoint>/logout;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user