-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: supports deploying memos to a subfolder of the domain name. #3845
base: main
Are you sure you want to change the base?
Conversation
hi, @boojack, I've done a new feature that supports deploying Memos under a subfolder of the domain name. Please review it and let me know if it can be merged into master. |
@boojack 新特性:支持将memos部署到域名的子目录下;
|
@boojack New feature: supports deploying memos to subdirectories of domain names;
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure adding Makefile is in line with general project idea, but that's up to the maintainer anyway :) Thanks for the docs, looks good to start with :)
|
like this: [www.example.com/memos].
with nginx reverse config:
proxy_pass http://xxx:5230/;