Replies: 3 comments
-
It is supported, but you need to make sure the file exists. |
Beta Was this translation helpful? Give feedback.
0 replies
-
How to configure alias configuration? now i was creating a static website and then using reverse proxy to access it. Are there any easy ways to achieve this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please describe your issue in detail, including what steps you have tried so far, as well as any error logs or screenshots you may have. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
such like this :
托管纯 JS 单页应用
location /web/ {
alias /etc/nginx/git/oak_web/html/; # 静态文件路径
}
Beta Was this translation helpful? Give feedback.
All reactions