Add default response for import service root path
This commit is contained in:
@@ -76,6 +76,11 @@ import.gynther.se {
|
||||
@blocked path_regexp ^/(\.env|\.git|wp-login|robots\.txt|api/graphql|actuator/env|\.DS_Store|file6\.php|wp-.*\.php)$
|
||||
respond @blocked 403
|
||||
|
||||
# Lägg till en standard-sida för /
|
||||
handle / {
|
||||
respond "Welcome to Import Service" 200
|
||||
}
|
||||
|
||||
reverse_proxy importer-api:3001
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user