1
0
Fork 0
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:
ericgaspar 2021-11-26 15:31:28 +01:00
parent 5aecc06dfc
commit ac54a9aecd
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -15,7 +15,7 @@ EXTERNAL_URL = https://__URL__/
DOMAIN = __DOMAIN__
; The protocol that is used to serve direct traffic to the application.
; Currently supports "http", "https", "fcgi" and "unix".
PROTOCOL = http
PROTOCOL = https
; The address to be listened by the application.
HTTP_ADDR = 127.0.0.1
; 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
; subpath that is handled by the reverse proxy.
LANDING_URL = /
LANDING_URL = explore
; Whether to disable SSH access to the application entirely.
DISABLE_SSH = false