Skip to content

Commit

Permalink
Merge pull request #1600 from open-zaak/issue/1599-fix-docker-compose…
Browse files Browse the repository at this point in the history
…-setup

[#1599] revert docker configuration file from `68ff9e1`
  • Loading branch information
annashamray committed Apr 2, 2024
2 parents 9bcdb75 + e8c4de5 commit 98d4768
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/nginx/default.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
server {
listen 80;
server_name localhost;

location /openzaak {
proxy_pass http://web:8000;
}
}

0 comments on commit 98d4768

Please sign in to comment.