chore: add helm chart and docker
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
:8080 {
|
||||
root * /srv
|
||||
encode gzip
|
||||
|
||||
# SPA fallback — toutes les routes inconnues renvoient index.html
|
||||
try_files {path} /index.html
|
||||
|
||||
file_server
|
||||
|
||||
header {
|
||||
-Server
|
||||
X-Content-Type-Options "nosniff"
|
||||
X-Frame-Options "SAMEORIGIN"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user