Caddy URL re-write from blog.mysite.com to mysite.com/blogHow do I tell Caddy which sub domain to useServing Static site with Caddy gives connection refusedServing a website using CaddyReverse Proxy for Web Sockets (WSS) using CaddyRails: Assets cannot be found in production mode, although being served properly by caddyMake caddy filter out a single file from the proxy directiveCaddy (Linux) CloudFlare Credentials MissingCaddy Server + Docker + Traefik returns “404 Site domain.com is not served on this interface”domain with www does not work for Caddy serverHow can I deploy a Next.js app using Caddy and a subpath?
Wilcoxon signed rank test – critical value for n>50
Procedurally generate regions on island
Would adding an external lens allow one area outside the focal plane to be in focus?
SPI Waveform on Raspberry Pi Not clean and I'm wondering why
The difference between Rad1 and Rfd1
Three column layout
A player is constantly pestering me about rules, what do I do as a DM?
how to remove the dotted white border around focused button text?
Why is the Turkish president's surname spelt in Russian as Эрдоган, with г?
Averting Real Women Don’t Wear Dresses
Bash echo $-1 prints hb1. Why?
Why is a blank required between "[[" and "-e xxx" in ksh?
How do I find and plot the intersection of these three surfaces?
Do 3D printers really reach 50 micron (0.050mm) accuracy?
Is there any set of 2-6 notes that doesn't have a chord name?
AT system without -5v
Does anycast addressing add additional latency in any way?
How to modify the uneven space between separate loop cuts, while they are already cut?
Do we or do we not observe (measure) superpositions all the time?
Disabling automatic add after resolving git conflict
How well known and how commonly used was Huffman coding in 1979?
How would a order of Monks that renounce their names communicate effectively?
Does the UK have a written constitution?
Was "I have the farts, again" broadcast from the Moon to the whole world?
Caddy URL re-write from blog.mysite.com to mysite.com/blog
How do I tell Caddy which sub domain to useServing Static site with Caddy gives connection refusedServing a website using CaddyReverse Proxy for Web Sockets (WSS) using CaddyRails: Assets cannot be found in production mode, although being served properly by caddyMake caddy filter out a single file from the proxy directiveCaddy (Linux) CloudFlare Credentials MissingCaddy Server + Docker + Traefik returns “404 Site domain.com is not served on this interface”domain with www does not work for Caddy serverHow can I deploy a Next.js app using Caddy and a subpath?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a ruby on rails application running, and I use caddy for reverse proxy.
I have my blog generated by jekyll, being served from github.com, to the domian - blog.mysite.com
What edits do I need to do in my Caddyfile serving mysite.com so that, the blog is served on the same domain, for instance :
blog.mysite.com/01/article/first-article
be served as mysite.com/blog/01/article/first-article
.
Thanks.
caddy caddyfile
add a comment |
I have a ruby on rails application running, and I use caddy for reverse proxy.
I have my blog generated by jekyll, being served from github.com, to the domian - blog.mysite.com
What edits do I need to do in my Caddyfile serving mysite.com so that, the blog is served on the same domain, for instance :
blog.mysite.com/01/article/first-article
be served as mysite.com/blog/01/article/first-article
.
Thanks.
caddy caddyfile
Did you try something using the redir instruction ? caddyserver.com/docs/redir
– papey
Mar 27 at 10:33
tried, did not work.
– apcelent
Mar 28 at 10:30
what's the output of curl when hittingblog.mysite.com/01/article/first-article
?
– papey
May 13 at 9:32
add a comment |
I have a ruby on rails application running, and I use caddy for reverse proxy.
I have my blog generated by jekyll, being served from github.com, to the domian - blog.mysite.com
What edits do I need to do in my Caddyfile serving mysite.com so that, the blog is served on the same domain, for instance :
blog.mysite.com/01/article/first-article
be served as mysite.com/blog/01/article/first-article
.
Thanks.
caddy caddyfile
I have a ruby on rails application running, and I use caddy for reverse proxy.
I have my blog generated by jekyll, being served from github.com, to the domian - blog.mysite.com
What edits do I need to do in my Caddyfile serving mysite.com so that, the blog is served on the same domain, for instance :
blog.mysite.com/01/article/first-article
be served as mysite.com/blog/01/article/first-article
.
Thanks.
caddy caddyfile
caddy caddyfile
asked Mar 25 at 11:29
apcelentapcelent
1,59311 silver badges12 bronze badges
1,59311 silver badges12 bronze badges
Did you try something using the redir instruction ? caddyserver.com/docs/redir
– papey
Mar 27 at 10:33
tried, did not work.
– apcelent
Mar 28 at 10:30
what's the output of curl when hittingblog.mysite.com/01/article/first-article
?
– papey
May 13 at 9:32
add a comment |
Did you try something using the redir instruction ? caddyserver.com/docs/redir
– papey
Mar 27 at 10:33
tried, did not work.
– apcelent
Mar 28 at 10:30
what's the output of curl when hittingblog.mysite.com/01/article/first-article
?
– papey
May 13 at 9:32
Did you try something using the redir instruction ? caddyserver.com/docs/redir
– papey
Mar 27 at 10:33
Did you try something using the redir instruction ? caddyserver.com/docs/redir
– papey
Mar 27 at 10:33
tried, did not work.
– apcelent
Mar 28 at 10:30
tried, did not work.
– apcelent
Mar 28 at 10:30
what's the output of curl when hitting
blog.mysite.com/01/article/first-article
?– papey
May 13 at 9:32
what's the output of curl when hitting
blog.mysite.com/01/article/first-article
?– papey
May 13 at 9:32
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55336801%2fcaddy-url-re-write-from-blog-mysite-com-to-mysite-com-blog%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55336801%2fcaddy-url-re-write-from-blog-mysite-com-to-mysite-com-blog%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you try something using the redir instruction ? caddyserver.com/docs/redir
– papey
Mar 27 at 10:33
tried, did not work.
– apcelent
Mar 28 at 10:30
what's the output of curl when hitting
blog.mysite.com/01/article/first-article
?– papey
May 13 at 9:32