|
|
@@ -68,7 +68,7 @@ ServerSignature on
|
|
|
</Directory>
|
|
|
</IfModule>
|
|
|
|
|
|
-# configure PHP for ownCloud
|
|
|
+# configure PHP for YOURLS
|
|
|
AddType application/x-httpd-php .php
|
|
|
php_admin_flag allow_url_fopen 1
|
|
|
php_admin_flag safe_mode 0
|
|
|
@@ -87,7 +87,7 @@ DocumentRoot @l_prefix@/lib/yourls
|
|
|
ErrorDocument 404 /index.php
|
|
|
DirectoryIndex index.php
|
|
|
|
|
|
-# configure ownCloud application area
|
|
|
+# configure YOURLS application area
|
|
|
ExpiresByType text/html A1
|
|
|
<Directory @l_prefix@/lib/yourls>
|
|
|
Options -Indexes +FollowSymLinks
|