diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-02-03 17:33:14 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-02-03 17:33:14 -0500 |
commit | ca5650238f0c1a9fe6b3523eef5330666052e008 (patch) | |
tree | 3879c123671876287e388d0c922bcaf776f725ba /usr/local/etc/apache24/modules.d | |
parent | caf98ccab7ab40b6c54ef92e691bce6c72e98a27 (diff) | |
download | nextcloud-ca5650238f0c1a9fe6b3523eef5330666052e008.tar.xz nextcloud-ca5650238f0c1a9fe6b3523eef5330666052e008.zip |
imported working live config
Diffstat (limited to 'usr/local/etc/apache24/modules.d')
-rw-r--r-- | usr/local/etc/apache24/modules.d/001_mod_php.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/local/etc/apache24/modules.d/001_mod_php.conf b/usr/local/etc/apache24/modules.d/001_mod_php.conf deleted file mode 100644 index f756a81..0000000 --- a/usr/local/etc/apache24/modules.d/001_mod_php.conf +++ /dev/null @@ -1,6 +0,0 @@ -<FilesMatch "\.php$"> - SetHandler application/x-httpd-php -</FilesMatch> -<FilesMatch "\.phps$"> - SetHandler application/x-httpd-php-source -</FilesMatch> |