Skip to content
Snippets Groups Projects
Commit ff537966 authored by Johannes's avatar Johannes
Browse files

fix port in demo config file

parent c59a37c9
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ http {
# the consent checker and the consent page live under /gdpr
location ~ /(gdpr/.*) {
proxy_pass http://127.0.0.1:9090/$1;
proxy_pass http://127.0.0.1:7070/$1;
proxy_pass_request_body off;
proxy_set_header Content-Length "";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment