未验证 提交 93b713b5 编写于 作者: Q qkqpttgf 提交者: GitHub

exclude .well-known folder to auto acme

上级 3a95027a
......@@ -2,13 +2,15 @@
# # LoadModule rewrite_module modules/mod_rewrite.so
# # AllowOverride All
RewriteEngine On
# RewriteCond $1 !^(.well-known)
RewriteRule ^(.*) index.php?/$1 [L]
###-----------------------------------
# # nginx
# rewrite ^(.*) /index.php?/$1 last;
### nginx
# #################rewrite ^(.*) /index.php?/$1 last;
# rewrite ^/(?!.well-known)(.*)$ /index.php?/$1 last;
#
# # caddy
### caddy
# rewrite {
# to index.php?/$1
# }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册