Skip to content

Commit

Permalink
修复nodejs apache申请证书问题
Browse files Browse the repository at this point in the history
  • Loading branch information
aaPanel committed Feb 12, 2022
1 parent 8e7fbb6 commit 5f52f91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vhost/template/apache/node_http.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
Deny from all
</Files>

#SSL
ProxyPass /.well-known/ !

# HTTP反向代理相关配置开始 >>>
<IfModule mod_proxy.c>
ProxyRequests Off
Expand Down

0 comments on commit 5f52f91

Please sign in to comment.