copr-dist-git: add exception for acme challenge, fix indenting
This commit is contained in:
parent
04f75f2423
commit
0adb8eaabc
1 changed files with 27 additions and 25 deletions
|
@ -1,4 +1,6 @@
|
|||
<VirtualHost *:80>
|
||||
RewriteEngine on
|
||||
RewriteRule ^/\.well-known/(.*) /srv/web/acme-challenge/.well-known/$1 [L]
|
||||
RewriteRule "^/?(.*)" "https://%{HTTP_HOST}/$1" [L,R=301,NE]
|
||||
</VirtualHost>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue