Skip to content

Commit 0932c32

Browse files
authored
Merge pull request #20 from encryption4all/hotfix/double-nginx-entry
Fix double entry nginx
2 parents 242ab44 + b03fe9c commit 0932c32

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docker/default.conf.template

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ server {
4141
try_files $uri $uri/ index.html =404;
4242
}
4343

44-
location / {
45-
try_files $uri $uri/ /index.html;
46-
}
47-
4844
# these all include hashes, so we can cache them for a long time.
4945
location ~* \.(?:svg|ttf|js|css|wasm)$ {
5046
expires 1y;

0 commit comments

Comments
 (0)