Skip to content

Commit

Permalink
test: assertions added to match base64 in requests & responses
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Aug 28, 2023
1 parent 9d5adb3 commit f1ff11d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 14 deletions.
4 changes: 3 additions & 1 deletion docker/open-zaak-nginx/default.conf
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
server {
listen 9001;
server_name open-zaak.nginx;
client_max_body_size 200m;
client_max_body_size 1000m;

location /private-media/ {
sendfile on;
proxy_buffering off;

internal;
alias /private-media/;
}

location / {
sendfile on;
proxy_buffering off;

proxy_pass http://open-zaak.dev:8000/;
proxy_set_header Host $host:$server_port;
Expand Down
Loading

0 comments on commit f1ff11d

Please sign in to comment.