Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit befee5fb authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

update port

parent 02e95194
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
proxy_pass http://spot:80;
proxy_pass http://spot:8080;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ search:
    prefer_configured_language: True # increase weight of results in configured language in ranking

server:
    port : 80
    port : 8080
    bind_address : "0.0.0.0" # address to listen on
    secret_key : "ultrasecretkey" # change this!
    base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"