mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
copr: fe-dev: fix coprs.conf indent
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user