mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
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:
parent
df34679f38
commit
4a5ec954c9
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue