We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143a056 commit 9c42045Copy full SHA for 9c42045
custom/conf/app.example.ini
@@ -78,8 +78,9 @@ RUN_USER = ; git
78
;; Set the domain for the server
79
;DOMAIN = localhost
80
;;
81
-;; Overwrite the automatically generated public URL. Necessary for proxies and docker.
82
-;ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
+;; The AppURL used by Gitea to generate absolute links, defaults to "{PROTOCOL}://{DOMAIN}:{HTTP_PORT}/".
+;; Most users should set it to the real website URL of their Gitea instance.
83
+;ROOT_URL =
84
85
;; For development purpose only. It makes Gitea handle sub-path ("/sub-path/owner/repo/...") directly when debugging without a reverse proxy.
86
;; DO NOT USE IT IN PRODUCTION!!!
0 commit comments