aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPitu <[email protected]>2020-05-11 01:07:44 +0900
committerPitu <[email protected]>2020-05-11 01:07:44 +0900
commite0c35a7d7402ad6915a89bf8c167508eac5046be (patch)
treed7b634c126d26d5008efb337fd70993c50e7b185 /docs
parentFeature: enable apiKey access to uploads and album fetching for the uploader/... (diff)
downloadhost.fuwn.me-e0c35a7d7402ad6915a89bf8c167508eac5046be.tar.xz
host.fuwn.me-e0c35a7d7402ad6915a89bf8c167508eac5046be.zip
fix: nginx config
Diffstat (limited to 'docs')
-rw-r--r--docs/nginx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nginx.md b/docs/nginx.md
index 48aaa26..bdf1112 100644
--- a/docs/nginx.md
+++ b/docs/nginx.md
@@ -50,7 +50,7 @@ server {
client_max_body_size 90M;
client_body_timeout 600s;
- location /api {
+ location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;