78 404 when the application put under nginx subdirectory with proxy pass (#79)

* use http.FileServer insetead of custom middleware

* fixed behavior under reverse proxy

* enabled reverse proxy subfolder as "domain value"

* domain validation

* code refactoring

* code refactoring

* updated translation
This commit is contained in:
Marco
2023-08-21 12:24:50 +02:00
committed by GitHub
parent a005f159c6
commit c50c1f627e
8 changed files with 55 additions and 29 deletions

View File

@@ -22,7 +22,8 @@ var (
requireAuth bool
rpcSecret string
//go:embed frontend/dist
//go:embed frontend/dist/index.html
//go:embed frontend/dist/assets/*
frontend embed.FS
)