summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-07-31 14:38:24 -0300
committerYaco <franco@reevo.org>2019-07-31 14:38:24 -0300
commit6916cb72cc56925dc13d9dd9a5d1b5dcf26e201c (patch)
treeb71600c064050962e35d9e57c1d4ea3f8fc05382
parent15efdc7db6e8e436372491c89ecafdaa76d7b922 (diff)
agrega archivos de configuracion actualizados
-rwxr-xr-xetc/nginx/crm.conf.sample10
-rwxr-xr-xetc/php-fpm/crm.conf.sample16
-rwxr-xr-xetc/php-fpm/wiki.conf.sample12
3 files changed, 19 insertions, 19 deletions
diff --git a/etc/nginx/crm.conf.sample b/etc/nginx/crm.conf.sample
index 0387c39f..27754a01 100755
--- a/etc/nginx/crm.conf.sample
+++ b/etc/nginx/crm.conf.sample
@@ -1,16 +1,16 @@
# ----
# Copyright (C) 2013-2020 - Reevo (http://reevo.org)
# License: Affero GPL version 3 - http://www.gnu.org/licenses/agpl.html
-# ES: Este archivos es parte de: reevo-web (http://git.reevo.org/reevo/reevo-2020)
+# ES: Este archivos es parte de: reevo-2020 (http://git.reevo.org/reevo/reevo-2020)
# EN: This file is part of: reevo-2020 (http://git.reevo.org/reevo/reevo-2020)
# ----
server {
server_name crm.example.org example.org;
- root /srv/reevo-web/www/crm;
+ root /srv/reevo-2020/www/crm;
- access_log /srv/reevo-web/log/crm/nginx.access.log;
- error_log /srv/reevo-web/log/crm/nginx.error.log warn;
+ access_log /srv/reevo-2020/log/crm/nginx.access.log;
+ error_log /srv/reevo-2020/log/crm/nginx.error.log warn;
index index.html index.htm index.php;
@@ -22,7 +22,7 @@ server {
if ($limit_bots) { add_header X-Robots-Tag "noindex, nofollow, nosnippet, noarchive"; }
include /etc/nginx/fastcgi_params;
- fastcgi_pass unix:/srv/reevo-web/run/crm.socket;
+ fastcgi_pass unix:/srv/reevo-2020/run/crm.socket;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
diff --git a/etc/php-fpm/crm.conf.sample b/etc/php-fpm/crm.conf.sample
index b5bd53c2..2c7fd271 100755
--- a/etc/php-fpm/crm.conf.sample
+++ b/etc/php-fpm/crm.conf.sample
@@ -1,11 +1,11 @@
-# ----
-# Copyright (C) 2013-2020 - Reevo (http://reevo.org)
-# License: Affero GPL version 3 - http://www.gnu.org/licenses/agpl.html
-# ES: Este archivos es parte de: reevo-2020 (http://git.reevo.org/reevo/reevo-2020)
-# EN: This file is part of: reevo-2020 (http://git.reevo.org/reevo/reevo-2020)
-# ----
-
-[blog]
+; ----
+; Copyright (C) 2013-2020 - Reevo (http://reevo.org)
+; License: Affero GPL version 3 - http://www.gnu.org/licenses/agpl.html
+; ES: Este archivos es parte de: reevo-2020 (http://git.reevo.org/reevo/reevo-2020)
+; EN: This file is part of: reevo-2020 (http://git.reevo.org/reevo/reevo-2020)
+; ----
+
+[crm]
user = reevo
group = www-data
diff --git a/etc/php-fpm/wiki.conf.sample b/etc/php-fpm/wiki.conf.sample
index d6b853da..683d5582 100755
--- a/etc/php-fpm/wiki.conf.sample
+++ b/etc/php-fpm/wiki.conf.sample
@@ -1,9 +1,9 @@
-# ----
-# Copyright (C) 2013-2020 - Reevo (http://reevo.org)
-# License: Affero GPL version 3 - http://www.gnu.org/licenses/agpl.html
-# ES: Este archivos es parte de: reevo-2020 (http://git.reevo.org/reevo/reevo-2020)
-# EN: This file is part of: reevo-2020 (http://git.reevo.org/reevo/reevo-2020)
-# ----
+; ----
+; Copyright (C) 2013-2020 - Reevo (http://reevo.org)
+; License: Affero GPL version 3 - http://www.gnu.org/licenses/agpl.html
+; ES: Este archivos es parte de: reevo-2020 (http://git.reevo.org/reevo/reevo-2020)
+; EN: This file is part of: reevo-2020 (http://git.reevo.org/reevo/reevo-2020)
+; ----
[wiki]