mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 04:24:05 +08:00
setup fedora media writer
This commit is contained in:
@@ -1 +1,2 @@
|
||||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::getfedora.org/ /srv/web/getfedora.org/
|
||||
30 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::fmw/ /srv/web/fmw/
|
||||
|
||||
@@ -3,6 +3,8 @@ Alias /favicon.ico /srv/web/fedoraproject.org/static/images/favicon.ico
|
||||
|
||||
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript
|
||||
|
||||
Alias /fmw /srv/web/fmw/
|
||||
|
||||
FileETag MTime Size
|
||||
|
||||
ExpiresActive On
|
||||
@@ -11,3 +13,7 @@ ExpiresDefault "access plus 5 days"
|
||||
<Directory /srv/web/getfedora.org>
|
||||
AllowOverride FileInfo
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/web/fmw>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
@@ -173,3 +173,11 @@ uid = root
|
||||
gid = root
|
||||
read only = yes
|
||||
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0
|
||||
|
||||
[fmw]
|
||||
comment = fmw
|
||||
path = /srv/web/fmw
|
||||
uid = root
|
||||
gid = root
|
||||
read only = yes
|
||||
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0
|
||||
|
||||
Reference in New Issue
Block a user