From 0b07bfbc1495b73e0f540e642bd97da0dd8b6acd Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Thu, 28 Mar 2024 11:48:34 +0100 Subject: [PATCH] docs: update frontend start command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b8484..dc780e2 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ cd ../frontend npm install npm run build API_URL=http://localhost:8080 # Set the URL of the backend, default: http://localhost:8080 -pm2 start --name="pingvin-share-frontend" npm -- run start +pm2 start --name="pingvin-share-frontend" .next/standalone/server.js ``` **Uploading Large Files**: By default, Pingvin Share uses a built-in reverse proxy to reduce the installation steps. However, this reverse proxy is not optimized for uploading large files. If you wish to upload larger files, you can either use the Docker installation or set up your own reverse proxy. An example configuration for Caddy can be found in `./Caddyfile`.