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 ```