หยอมแหยม
หยอมแหยม
Explore posts from servers
RRailway
Created by หยอมแหยม on 2/26/2024 in #✋|help
Start multiple node.js process in single repo
alright i'll try that tysm!
7 replies
RRailway
Created by หยอมแหยม on 2/26/2024 in #✋|help
Start multiple node.js process in single repo
a2997ae3-8cfa-4a74-b06d-5b11017a228e
7 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Control webhook event
actually i don't implement yet sadspengebob
13 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
i have no question now tysm! heart
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
alright i see
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
nah it's work great but i just curious 19dollarinsanity
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
don't have any alternative way to solve this right? just personal curious, maybe i'll need to use alternative way in the future
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
with caddy?
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
Sad
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
yeah ill try but it's would be great if I can make it work 🥹
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
im afraid that my team will confuse abit why they can't access admin route (so they don't know that need to add / in the end of path)
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
yeah but /admin without / at end of path is not work
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
hmm can you give me some example? it's slightly necessary because i separate backoffice project and storefront project and backoffice has same problem too
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
alright, i'll try that
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
do i need to make it handle /admin too?
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
nvm i think it's render only /admin/ but not work for /admin
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
no actually it's
{ # global options
admin off # theres no need for the admin api in railway's environment
persist_config off # storage isn't persistent anyway
auto_https off # railway handles https for us, this would cause issues if left enabled
log { # runtime logs
format console # set runtime log format to console mode
}
servers { # server options
trusted_proxies static private_ranges # trust railway's proxy
}
}

:{$PORT} {
log {
format console
}

reverse_proxy {$FRONTEND_HOST}

handle_path /api/* {
reverse_proxy {$BACKEND_HOST}
}

handle_path /admin/* {
reverse_proxy {$ADMIN_HOST}
}
}
{ # global options
admin off # theres no need for the admin api in railway's environment
persist_config off # storage isn't persistent anyway
auto_https off # railway handles https for us, this would cause issues if left enabled
log { # runtime logs
format console # set runtime log format to console mode
}
servers { # server options
trusted_proxies static private_ranges # trust railway's proxy
}
}

:{$PORT} {
log {
format console
}

reverse_proxy {$FRONTEND_HOST}

handle_path /api/* {
reverse_proxy {$BACKEND_HOST}
}

handle_path /admin/* {
reverse_proxy {$ADMIN_HOST}
}
}
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Caddyfile root path not render
No description
33 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Control webhook event
alright tysm!
13 replies
RRailway
Created by หยอมแหยม on 11/16/2023 in #✋|help
Control webhook event
No description
13 replies