Skip to content

Commit

Permalink
Update nginx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 authored Nov 20, 2024
1 parent 6818cbb commit 55392ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-admin/02-configuration/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ server {
location = /robots.txt { allow all; access_log off; log_not_found off; }
location /.well-known/mercure {
proxy_pass http://127.0.0.1:3000$request_uri;
proxy_pass http://mercure$request_uri;
# Increase this time-out if you want clients have a Mercure connection open for longer (eg. 24h)
proxy_read_timeout 2h;
proxy_http_version 1.1;
Expand Down

0 comments on commit 55392ad

Please sign in to comment.