nicolas-arnaud
2 years ago
9 changed files with 59 additions and 32 deletions
@ -1,2 +1 @@ |
|||||
srcs/.env |
|
||||
inception.pem |
inception.pem |
||||
|
@ -0,0 +1,26 @@ |
|||||
|
DOMAIN=narnaud.42.fr |
||||
|
#DOMAIN=localhost |
||||
|
|
||||
|
MYSQL_ROOT_PWD=mariadbword |
||||
|
|
||||
|
WP_DATABASE_NAME=wordpress |
||||
|
WP_DATABASE_USR=maria |
||||
|
WP_DATABASE_PWD=mariaword |
||||
|
GITEA_DATABASE_NAME=giteadb |
||||
|
GITEA_DATABASE_USR=gitea |
||||
|
GITEA_DATABASE_PWD=giteaword |
||||
|
|
||||
|
WP_TITLE=Inception |
||||
|
WP_ADMIN_USR=theboss |
||||
|
WP_ADMIN_PWD=thebossword |
||||
|
WP_ADMIN_EMAIL=nicolas.rr.arnaud@gmail.com |
||||
|
WP_USR=narnaud |
||||
|
WP_PWD=narnaudword |
||||
|
WP_EMAIL=narnaud@student.42nice.fr |
||||
|
|
||||
|
FTP_USR=ftpuser |
||||
|
FTP_PWD=ftpuserword |
||||
|
|
||||
|
GITEA_ADMIN_USR=theboss |
||||
|
GITEA_ADMIN_PWD=thebossword |
||||
|
GITEA_ADMIN_MAIL=nicolas.rr.arnaud@gamil.com |
@ -1,10 +1,8 @@ |
|||||
[www] |
[www] |
||||
user = nginx |
|
||||
group = nginx |
|
||||
listen = 9000 |
listen = 9000 |
||||
|
|
||||
pm = dynamic |
pm = dynamic |
||||
pm.max_children = 5 |
pm.max_children = 5 |
||||
pm.start_servers = 2 |
pm.start_servers = 2 |
||||
pm.min_spare_servers = 1 |
pm.min_spare_servers = 1 |
||||
pm.max_spare_servers = 3 |
pm.max_spare_servers = 3 |
||||
|
Loading…
Reference in new issue