mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-19 19:46:38 +08:00
Compare commits
2 Commits
0d56b527a6
...
e5d26fea60
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5d26fea60 | ||
|
|
fefbc356f0 |
@@ -15,6 +15,9 @@ bots:
|
|||||||
- name: bodhi and badges rss feeds
|
- name: bodhi and badges rss feeds
|
||||||
path_regex: /rss/
|
path_regex: /rss/
|
||||||
action: ALLOW
|
action: ALLOW
|
||||||
|
- name: allow POSTs
|
||||||
|
expression: method == "POST"
|
||||||
|
action: ALLOW
|
||||||
- name: allow ostree
|
- name: allow ostree
|
||||||
path_regex: ^/ostree
|
path_regex: ^/ostree
|
||||||
action: ALLOW
|
action: ALLOW
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
SSLProtocol {{ ssl_protocols }}
|
SSLProtocol {{ ssl_protocols }}
|
||||||
SSLCipherSuite {{ ssl_ciphers }}
|
SSLCipherSuite {{ ssl_ciphers }}
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteCond %{REQUEST_URI} ^/pub/alt/virtio-win/.*$
|
||||||
|
RewriteRule .* - [F]
|
||||||
|
|
||||||
|
|
||||||
# proxy all requests to anubis after ssl termination
|
# proxy all requests to anubis after ssl termination
|
||||||
|
|
||||||
RequestHeader set "X-Real-Ip" expr=%{REMOTE_ADDR}
|
RequestHeader set "X-Real-Ip" expr=%{REMOTE_ADDR}
|
||||||
|
|||||||
Reference in New Issue
Block a user