Skip to content

Commit a4da46d

Browse files
authored
Use correct make target for building static assets (#12247)
The webpack make target does not build semantic-ui
1 parent 3b498eb commit a4da46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/usage/reverse-proxies.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Nginx is optimized for serving static content, while the proxying of large respo
5555
(see https://serverfault.com/q/587386).
5656

5757
Download a snapshot of the Gitea source repository to `/path/to/gitea/`.
58-
After this, run `make webpack` in the repository directory to generate the static resources. We are only interested in the `public/` directory for this task, so you can delete the rest.
58+
After this, run `make frontend` in the repository directory to generate the static resources. We are only interested in the `public/` directory for this task, so you can delete the rest.
5959
(You will need to have [Node with npm](https://nodejs.org/en/download/) and `make` installed to generate the static resources)
6060

6161
Depending on the scale of your user base, you might want to split the traffic to two distinct servers,

0 commit comments

Comments
 (0)