Skip to content

Commit

Permalink
PHRAS-3859 fix gateway fastcgi https default value (#4329)
Browse files Browse the repository at this point in the history
  • Loading branch information
moctardiouf authored Jun 30, 2023
1 parent 8119a15 commit bea84f4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,17 @@ PHRASEANET_MAINTENANCE=0
# on IP and/or password
# @run
# configuration exemple :
#GATEWAY_ALLOWED_IPS=10.0.0.1,10.0.1.1
#GATEWAY_DENIED_IPS=172.1.0.1,172.1.0.2
#GATEWAY_USERS="user1:password1,user2:password2"
# GATEWAY_ALLOWED_IPS=10.0.0.1,10.0.1.1
# GATEWAY_DENIED_IPS=172.1.0.1,172.1.0.2
# GATEWAY_USERS="user1:password1,user2:password2"
GATEWAY_ALLOWED_IPS=
GATEWAY_DENIED_IPS=
GATEWAY_USERS=
GATEWAY_FASTCGI_HTTPS=

# https and reverse proxy (on/off)
# set to on in the case : https behind a proxy
# @run
GATEWAY_FASTCGI_HTTPS=off

# --- RabbitMQ settings ------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit bea84f4

Please sign in to comment.