fix: issues with port binding in different container runtimes (#4279)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
{
|
||||
admin off
|
||||
persist_config off
|
||||
}
|
||||
|
||||
:80 :3170 {
|
||||
reverse_proxy localhost:8080
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
{
|
||||
admin off
|
||||
persist_config off
|
||||
}
|
||||
|
||||
:8080 {
|
||||
try_files {path} /
|
||||
root * /site
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
{
|
||||
admin off
|
||||
persist_config off
|
||||
}
|
||||
|
||||
:80 :3000 {
|
||||
try_files {path} /
|
||||
root * /site/selfhost-web
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
{
|
||||
admin off
|
||||
persist_config off
|
||||
}
|
||||
|
||||
:8080 {
|
||||
try_files {path} /
|
||||
root * /site
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
{
|
||||
admin off
|
||||
persist_config off
|
||||
}
|
||||
|
||||
:80 :3100 {
|
||||
try_files {path} /
|
||||
root * /site/sh-admin-multiport-setup
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
{
|
||||
admin off
|
||||
persist_config off
|
||||
}
|
||||
|
||||
:80 :3100 {
|
||||
handle_path /admin* {
|
||||
root * /site/sh-admin-subpath-access
|
||||
|
||||
Reference in New Issue
Block a user