mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-14 19:45:14 +02:00
Iinvoiceninja: fix nginx setup assets port (#15090)
This commit is contained in:
committed by
GitHub
parent
d9e6e6ea3d
commit
bcea631c30
@@ -133,6 +133,8 @@ server {
|
||||
fastcgi_pass unix:/run/php/php8.4-fpm.sock;
|
||||
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
|
||||
include fastcgi_params;
|
||||
fastcgi_param HTTP_X_FORWARDED_HOST $http_host;
|
||||
fastcgi_param HTTP_X_FORWARDED_PROTO $scheme;
|
||||
fastcgi_read_timeout 300;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user