Skip to content

Commit e62eef3

Browse files
authored
Rename examples/reverse-proxy/nginx/nginx.conf to docs/reverse-proxy/examples/nginx/nginx.conf
1 parent 0dbd625 commit e62eef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/reverse-proxy/nginx/nginx.conf renamed to docs/reverse-proxy/examples/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ server {
2525
listen 80;
2626
server_name localhost;
2727
return 301 https://$host$request_uri;
28-
}
28+
}

0 commit comments

Comments
 (0)