mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-05 18:56:09 +08:00
Support custom PHP server values (#218)
* Add the logic for custom php paths * Add the i18n strings * Fix some visual things
This commit is contained in:
committed by
GitHub
parent
323cae4c50
commit
ad63ca0c8b
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2020 DigitalOcean
|
||||
Copyright 2021 DigitalOcean
|
||||
|
||||
This code is licensed under the MIT License.
|
||||
You may obtain a copy of the License at
|
||||
@@ -40,5 +40,6 @@ export default {
|
||||
php74Socket: '7.4 socket',
|
||||
php80Socket: '8.0 socket',
|
||||
phpSocket: 'PHP socket',
|
||||
custom: 'Custom',
|
||||
disabled: 'Disabled',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user