Merge pull request #24 from joergmschulz/master

remove wildcard from traefik example
This commit is contained in:
Dave Conroy 2022-11-22 08:55:56 -08:00 committed by GitHub
commit 9132775f12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 2 deletions

View file

@ -0,0 +1,3 @@
<Properties>
<MultiItemStartupConfigurations />
</Properties>

View file

@ -0,0 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1704.0
MinimumVisualStudioVersion = 10.0.40219.1
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F5EFA8D-1117-4BA2-8B7E-9B11AC96E1A2}
EndGlobalSection
EndGlobal

View file

@ -28,7 +28,7 @@ services:
- ADMIN_USER=admin
- ADMIN_PASS=collabora-online
- ALLOWED_HOSTS=allowedhostname.example.com
- ALLOWED_HOSTS=host1.example.org,host2.example.org,host1.example.net
- DICTIONARIES="en_GB en_US"
- LOG_LEVEL=warning
networks:

View file

@ -26,7 +26,7 @@ services:
- ADMIN_USER=admin
- ADMIN_PASS=collabora-online
- ALLOWED_HOSTS=^(.*)\.example\.org
- ALLOWED_HOSTS=host1.example.org,host2.example.org,host1.example.net
- ENABLE_TLS=FALSE
- ENABLE_TLS_REVERSE_PROXY=TRUE