mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix trailing slash
Returns 404 when using exact match without slash
This commit is contained in:
parent
9726a96875
commit
8dfa3357c0
@ -249,7 +249,7 @@ server {
|
||||
add_header Cross-Origin-Embedder-Policy require-corp;
|
||||
}
|
||||
|
||||
location = /extensions.js {
|
||||
location = /extensions.js/ {
|
||||
proxy_pass http://localhost:3000;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user