From 6eab1640046cceea318b0a3115c3ebd772ab21ca Mon Sep 17 00:00:00 2001 From: philc Date: Sun, 16 Apr 2023 17:55:20 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Setup'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Setup.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Setup.md b/Setup.md index 242b761..f1850c6 100644 --- a/Setup.md +++ b/Setup.md @@ -85,21 +85,6 @@ FYI: dev will work without ssl, in production server nginx will manage ssl as a git clone https://gitea.ndda.fr/apxtrib/apxtrib.git cd apxtrib yarn install - - #edit nginx.conf - vim /etc/nginx.conf - #change user nginx by phil (your root user) - user nginx; by user phil; - #edit nginx default config - vim /etc/nginx/conf.d/default.conf - #change section location - location / { - root /usr/share/nginx/html; # change here by : root /home/phil/workspace/nationchains/www/socialworld - index index.html index.htm; - } - # save - sudo systemctl restart nginx - # Start apxtrib yarn setup ```