1234567891011121314151617181920212223242526 |
- Listen 8080
- ServerTokens Prod
- ServerSignature Off
- Header set X-Frame-Options: "sameorigin"
- <VirtualHost *:8080>
- DocumentRoot /koel
- </VirtualHost>
- <Directory /koel>
-
- AllowOverride All
- Require all granted
- </Directory>
|