sayem314 / Caddy-Web-Server-Installer

Script to manage Caddy web server
MIT License
210 stars 86 forks source link

Add ability to skip PHP installation #7

Closed Nixtren closed 8 years ago

Nixtren commented 8 years ago

Hi,

I think we should add an option to skip PHP installation. In my personal case I want to use PHP 7, so it would be great if I could manually install PHP 7 (fpm) and then run this Caddy installer without worrying about it installing PHP 5.

For the time being I can edit the script to remove the PHP install commands, but it would be better to add an option or something :)

sayem314 commented 8 years ago

Thanks, will work on that :)

sayem314 commented 8 years ago

Done :)

Nixtren commented 8 years ago

Thanks :)

What's the fix you perform on the PHP configuration files? You change PHP to run on Caddy's user/group?