请问一下生成静态文件放到服务器上之后怎么配置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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
配置成这样不行吗
server {
listen 80;
server_name example.com;
}
Beta Was this translation helpful? Give feedback.
All reactions