Uppdaterade Caddyfile utifrån flutter
This commit is contained in:
+10
-3
@@ -7,13 +7,21 @@
|
||||
(common) {
|
||||
encode gzip zstd
|
||||
header {
|
||||
X-Frame-Options "SAMEORIGIN"
|
||||
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
||||
X-Content-Type-Options "nosniff"
|
||||
X-Frame-Options "DENY"
|
||||
X-XSS-Protection "1; mode=block"
|
||||
Referrer-Policy "strict-origin-when-cross-origin"
|
||||
Permissions-Policy "geolocation=(), microphone=(), camera=(), payment=()"
|
||||
Cross-Origin-Opener-Policy "same-origin"
|
||||
Cross-Origin-Resource-Policy "same-origin"
|
||||
Cross-Origin-Embedder-Policy "require-corp"
|
||||
}
|
||||
}
|
||||
|
||||
test.gynther.se {
|
||||
respond "det fungerar"
|
||||
import common
|
||||
reverse_proxy recipe-flutter:5000
|
||||
}
|
||||
|
||||
bazarr.gynther.se {
|
||||
@@ -73,7 +81,6 @@ import.gynther.se {
|
||||
# RECIPE APP + IMPORT SERVICE
|
||||
# ============================================
|
||||
recept.gynther.se {
|
||||
import auth
|
||||
import common
|
||||
|
||||
# === IMPORT SERVICE (Document Converter) ===
|
||||
|
||||
Reference in New Issue
Block a user