This repository was archived by the owner on May 29, 2025. It is now read-only.
请问一下生成静态文件放到服务器上之后怎么配置nginx哇 #202
Unanswered
jiankaitian
asked this question in
Q&A
Replies: 2 comments 2 replies
-
你这是啥 这不是模板吗 |
Beta Was this translation helpful? Give feedback.
0 replies
-
1、server_name example.com; |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
配置成这样不行吗
server {
listen 80;
server_name example.com;
}
Beta Was this translation helpful? Give feedback.
All reactions