Web Client #11

Merged
Simponic merged 19 commits from web into main 2023-01-19 16:04:10 -05:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit f99efcd50d - Show all commits

View File

@ -7,7 +7,7 @@ server {
try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;
} }
location /api { location ~ ^/api(/.*|$) {
proxy_pass http://server:8080; proxy_pass http://server:8080/$1;
} }
} }

1
priv/.dockerignore Normal file
View File

@ -0,0 +1 @@
keys