Discussion: Serve in a subfolder
See original GitHub issueCurrent paths are:
mydomain/public/...
mydomain/private/...
mydomain/static/...
I suggest optionally having it under a subfolder to make it easier to put ArchiveBox under a reverse proxy like Nginx.
mydomain/archivebox/public/...
mydomain/archivebox/private/...
mydomain/archivebox/static/...
Is it feasable?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to Serve a Subdomain as a Subdirectory - CSS-Tricks
There's a way to serve two different platforms on the same URL. And I'm going to show you the secret sauce so that,...
Read more >Subdomain or Subdirectory? What They Are & How They ...
Subdomains will usually have at least a few subfolders within them to organize content, but likely not as many as a subdirectory. That's ......
Read more >Use of Subfolders - Content Manager User Discussions
Hi Everyone, (we use 8.2) I wanted to do a quick poll on hoiw many of you are using the Subfolders functionality in...
Read more >jrbecart - GitHub
Laravel doesn't support subfolder website ... There is no issue having Lavarel served out of the root of the "web directory" with: a...
Read more >Nginx - serve static website from a subfolder - Server Fault
try this location /application { alias /home/username/web/application/public; index index.html; }.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Reopening because I do want to allow this to be done eventually when I have time, it just probably wont be done anytime soon.
It’s pretty difficult, but not impossible, there are a lot of
/relative
urls all over the codebase. A bunch are in the static html too, so it’s hard to change them after-the-fact since they wouldn’t be re-rendered after you reconfigure it automatically.