You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: update quickstart to use tunnel
* docs: update test script to use ory tunne
* fix: use correct base path
* chore: update test ports
* docs: deprecate ory proxy
* fix: add dev flag to tunnel command
* fix: update port
* fix: update port
* fix: tunnel port env for examples
* fix: php redirect url
* fix: add tunnel url env to express example
* fix: markdow syntax formatting
* chore: format
* fix: md syntaxt for formatting
* chore: format
* chore: remove p tags
* fix: resolve feedback
* chore: format
* chore: format
* fix: mermaid url syntax
* chore: remove html elements from callouts
* chore: format
---------
Co-authored-by: vinckr <[email protected]>
Copy file name to clipboardExpand all lines: docs/cli/ory-proxy.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
id: ory-proxy
3
-
title: ory proxy
3
+
title: ory proxy (deprecated)
4
4
description: ory proxy Run your app and Ory on the same domain using a reverse proxy
5
5
---
6
6
@@ -11,6 +11,10 @@ To improve this file please make your change against the appropriate "./cmd/*.go
11
11
-->
12
12
## ory proxy
13
13
14
+
15
+
:::warning DEPRECATED
16
+
Ory Proxy has been deprecated and is no longer recommended for new implementations. Please use [Ory Tunnel](./ory-tunnel.md) instead, which provides similar functionality with an improved architecture. For migration guidance, see the [Proxy and Tunnel documentation](../guides/cli/proxy-and-tunnel#migration-from-proxy-to-tunnel).
17
+
:::
14
18
Run your app and Ory on the same domain using a reverse proxy
0 commit comments