Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Update example NGINX location block
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Jan 19, 2021
1 parent 71af92c commit d8ac072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Note: replace `www-data` with whatever user your webserver runs as.
Example NGINX location block:

```nginx
location ~ ^/(upload|utf8|encode|decode|i|i8) {
location ~ ^/(upload|encode|decode|fancy|discord) {
include uwsgi_params;
uwsgi_pass unix:/srv/imgupload/uwsgi.sock;
client_max_body_size 25M;
Expand Down

0 comments on commit d8ac072

Please sign in to comment.