bumpt cryptpad template to 5.0.0 #26

Merged
meaz merged 2 commits from cryptpad_5.0.0 into master 2022-06-21 06:20:49 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
# /api/config is loaded once per page load and is used to retrieve
# the caching variable which is applied to every other resource
# which is loaded during that session.
location ~ ^/api/(config|broadcast).*$ {
location ~ ^/api/.*$ {
proxy_pass http://{{ item.proxy_pass }}:3000;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;