forked from infra/ansible
Zabbix: fix apache-status access on pkgs
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
parent
5d6a775e51
commit
460cd098d7
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ Alias /robots.txt /var/www/robots-src.txt
|
|||
|
||||
RewriteEngine on
|
||||
RewriteRule "^/.well-known/acme-challenge/(.*)$" "http://src{{ env_suffix }}.fedoraproject.org/.well-known/acme-challenge/$1"
|
||||
RewriteCond %{REQUEST_URI} !^/apache-status
|
||||
RewriteRule "^/(.*)$" "https://src{{ env_suffix }}.fedoraproject.org/$1"
|
||||
RewriteRule "^/login/$" "https://src{{ env_suffix }}.fedoraproject.org/login/"
|
||||
</VirtualHost>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue