mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Update app.ini
This commit is contained in:
parent
5aecc06dfc
commit
ac54a9aecd
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ EXTERNAL_URL = https://__URL__/
|
||||||
DOMAIN = __DOMAIN__
|
DOMAIN = __DOMAIN__
|
||||||
; The protocol that is used to serve direct traffic to the application.
|
; The protocol that is used to serve direct traffic to the application.
|
||||||
; Currently supports "http", "https", "fcgi" and "unix".
|
; Currently supports "http", "https", "fcgi" and "unix".
|
||||||
PROTOCOL = http
|
PROTOCOL = https
|
||||||
; The address to be listened by the application.
|
; The address to be listened by the application.
|
||||||
HTTP_ADDR = 127.0.0.1
|
HTTP_ADDR = 127.0.0.1
|
||||||
; The port number to be listened by the application.
|
; The port number to be listened by the application.
|
||||||
|
@ -52,7 +52,7 @@ LOAD_ASSETS_FROM_DISK = false
|
||||||
|
|
||||||
; The landing page URL for anonymous users, the value should not include
|
; The landing page URL for anonymous users, the value should not include
|
||||||
; subpath that is handled by the reverse proxy.
|
; subpath that is handled by the reverse proxy.
|
||||||
LANDING_URL = /
|
LANDING_URL = explore
|
||||||
|
|
||||||
; Whether to disable SSH access to the application entirely.
|
; Whether to disable SSH access to the application entirely.
|
||||||
DISABLE_SSH = false
|
DISABLE_SSH = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue