1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

fix: escape token for html context (#3966)

This commit is contained in:
Dag
2024-02-09 07:27:16 +01:00
committed by GitHub
parent ae2eb2f1d1
commit 8a6798a227
5 changed files with 25 additions and 21 deletions

View File

@@ -13,6 +13,7 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_read_timeout 45s;
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
}
}