Skip to content

Commit

Permalink
small conf change
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias-VE committed May 20, 2024
1 parent d6c846d commit 2282ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/conf/app.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
http {
map $request_method $index_req {
default "default_index"; # A default value to prevent errors.
POST "index_post";
default "default_index"; # A default value to prevent errors.
}

upstream index_post {
Expand Down

0 comments on commit 2282ad7

Please sign in to comment.