diff --git a/sulu/sulu-builder/files/etc/sulu/nginx.locations b/sulu/sulu-builder/files/etc/sulu/nginx.locations index 6a77088ad..4b3549ba9 100644 --- a/sulu/sulu-builder/files/etc/sulu/nginx.locations +++ b/sulu/sulu-builder/files/etc/sulu/nginx.locations @@ -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";