Update to 2024-03-28 10:01

This commit is contained in:
Daniel Berteaud
2024-03-28 10:01:00 +01:00
parent ea12c19018
commit 26ab80b027
2 changed files with 5 additions and 4 deletions

View File

@@ -87,7 +87,8 @@ server {
{% endif %}
{% endif %}
location ~ ^/index.psgi/config {
index index.psgi;
location ~ ^(?<sc>/index\.psgi)/config {
{% if llng_engine == 'fastcgi' %}
include /etc/nginx/fastcgi_params;
fastcgi_pass unix:/var/run/llng-fastcgi-server/llng-fastcgi.sock;
@@ -113,7 +114,7 @@ server {
{% endif %}
}
location ~ ^/index.psgi/(adminSessions|sessions) {
location ~ ^(?<sc>/index\.psgi)/(adminSessions|sessions) {
{% if llng_engine == 'fastcgi' %}
include /etc/nginx/fastcgi_params;
fastcgi_pass unix:/var/run/llng-fastcgi-server/llng-fastcgi.sock;