more clean up
All checks were successful
Gitea Docker Redeploy / Redploy-App-on-self-via-SSH (push) Successful in 23s

This commit is contained in:
Tobias Weise 2024-09-05 01:28:29 +02:00
parent 6430d72b7f
commit 691019d743

View File

@ -34,22 +34,6 @@ http {
# proxy_pass http://frontend:3000;
# }
#location /epdm/chat/frontend {
# rewrite ^/epdm/chat/frontend/assets/(.*) $1 break;
# proxy_pass http://frontend:3000;
#}
#location /epdm/chat/frontend/assets {
# rewrite ^/epdm/chat/frontend/assets/(.*) $1 break;
# proxy_pass http://frontend:3000/assets/$uri$is_args$args;
#}
# Node Backend API Server
#location /epdm/chat/backend {
# rewrite ^/epdm/chat/backend(.*) $1 break;
# proxy_pass http://backend:8000$uri$is_args$args;
#}
# Python Backend
location /backend {
rewrite ^/backend(.*) $1 break;