Class: Conf
- Inherits:
-
Object
- Object
- Conf
- Defined in:
- lib/classes/conf.rb
Class Method Summary collapse
Class Method Details
.explain ⇒ Object
11 12 13 |
# File 'lib/classes/conf.rb', line 11 def self.explain end |
.nginx_path ⇒ Object
3 4 5 |
# File 'lib/classes/conf.rb', line 3 def self.nginx_path `which nginx` end |
.phpfpm_path ⇒ Object
7 8 9 |
# File 'lib/classes/conf.rb', line 7 def self.phpfpm_path `which php-fpm` end |