feat: support nginx and Apache project creation
This commit is contained in:
@@ -87,6 +87,7 @@ export interface AuroraSiteCredentials {
|
||||
export interface AuroraStackOptions {
|
||||
phpVersion: string
|
||||
nodeVersion: string
|
||||
webServer: 'nginx' | 'apache'
|
||||
database: 'mariadb' | 'postgres'
|
||||
databaseVersion: string
|
||||
adminer: boolean
|
||||
|
||||
Reference in New Issue
Block a user