sulu: Update nginx config to use ws-auth.conf

Replace ws-auth-locations.conf with ws-auth.conf which includes
  rate limiting and network ACL support.
This commit is contained in:
Sukru Senli 2026-01-20 17:18:38 +01:00 committed by Vivek Dutta
parent df34679f38
commit 4a5ec954c9

View file

@ -1,7 +1,7 @@
error_page 497 301 =307 https://$host:$server_port$request_uri;
# WebSocket authentication endpoints
include /etc/nginx/ws-auth-locations.conf;
# WebSocket authentication (includes rate limiting and network ACL)
include /etc/nginx/ws-auth.conf;
location /robots.txt {
return 200 "User-agent: *\nDisallow: /\n";