about summary refs log tree commit diff
path: root/dist/nginx.conf
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-11-07 08:31:36 +0100
committerGitHub <noreply@github.com>2022-11-07 08:31:36 +0100
commitb67e0c94a68e38fce1b996879c9279426cc8647d (patch)
tree4616faef084b1b6eab7d6324ef20b2fb0f75f3c4 /dist/nginx.conf
parent54101563bbadbfafd9291a867d7fbea6df3a8b7b (diff)
parent7ba13dddfadc4231f8c0643bae5a20018892855b (diff)
Merge pull request #1899 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'dist/nginx.conf')
-rw-r--r--dist/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/nginx.conf b/dist/nginx.conf
index 716c277dd..5c16693d0 100644
--- a/dist/nginx.conf
+++ b/dist/nginx.conf
@@ -112,7 +112,7 @@ server {
     try_files $uri =404;
   }
 
-  location ^~ /api/v1/streaming/ {
+  location ^~ /api/v1/streaming {
     proxy_set_header Host $host;
     proxy_set_header X-Real-IP $remote_addr;
     proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;