Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
fever-ch
GitHub Repository: fever-ch/go-google-sites-proxy
Path: blob/master/config-example.yaml
505 views
1
# port
2
# port that will receive http requests.
3
# some operating systems will requires a admin role to use ports < 1024
4
port: 9080
5
6
# index [optional, default value: False]
7
# is an index page required (in case a visitors send a request to the
8
# server using an unknown hostname
9
# default: False
10
index: True
11
sites:
12
13
# ref
14
# reference on Google Sites, one entry per Google Site
15
- ref: go-gsites-proxy
16
17
# favicon [optional]
18
# specify a path to an icon file
19
faviconpath: favicon.ico
20
21
# host
22
# hostname that will receive the http requests, port should
23
# be specified if port != 80
24
host: localhost:9080
25
26
# redirects [optional]
27
# list of hosts that should be redirected to this site
28
redirects:
29
- www.ggsp.fever.ch
30
31
# language [optional]
32
# language requested when connecting to Google Sites backend
33
language: en-GB,en;q=0.8,en-US;q=0.6,fr;q=0.4
34
35
# description [optional]
36
# name of this site. it is currently used in the index
37
description: Go Google Sites Proxy
38
39
frontproxy:
40
type: CloudFlare
41
42
force-ssl: True
43