CMS:Nextcloud nginx added missing line

Signed-off-by: Bram Prieshof <bprieshof@noreply@ictmaatwerk.com>
This commit is contained in:
Bram Prieshof
2021-04-15 22:30:20 +02:00
parent 6ffae91431
commit 73e168ff44

View File

@@ -84,6 +84,7 @@ location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ {
## Reverse proxy Config for 'Files High Performance Back-end'
#FHPBlocation ^~ /push/ {
#FHPB proxy_pass http://127.0.0.1:7867/;
#FHPB proxy_http_version 1.1;
#FHPB proxy_set_header Upgrade $http_upgrade;
#FHPB proxy_set_header Connection "Upgrade";