mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-10-27 20:27:22 +00:00
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
<Directory /usr/share/pve-docs>
|
|
AllowOverride None
|
|
Order allow,deny
|
|
allow from all
|
|
</Directory>
|
|
|
|
Alias /pve-docs /usr/share/pve-docs/
|
|
|
|
Alias /pve2-api-doc /usr/share/pve-docs/pve2-api-doc/
|
|
|