copr: fe-dev: fix coprs.conf indent
This commit is contained in:
parent
19245cecf6
commit
af27dcf05e
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@ WSGIScriptAlias / /usr/share/copr/coprs_frontend/application
|
|||
Require all granted
|
||||
</Directory>
|
||||
|
||||
{% if letsencrypt -%}
|
||||
{% if letsencrypt %}
|
||||
RewriteEngine on
|
||||
RewriteRule ^/\.well-known/(.*) /var/www/html/.well-known/$1 [L]
|
||||
RewriteRule "^/?(.*)" "https://%{HTTP_HOST}/$1" [L,R=301,NE]
|
||||
{%- endif %}
|
||||
{% endif %}
|
||||
</VirtualHost>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue