mirror of https://gitlab.crans.org/bde/nk20
Merge branch 'get_rid_of_PAC' into 'master'
Use example.org in nginx_note.conf_example See merge request bde/nk20!34
This commit is contained in:
commit
448929b900
|
@ -9,7 +9,7 @@ server {
|
|||
# the port your site will be served on
|
||||
listen 80;
|
||||
# the domain name it will serve for
|
||||
server_name note.comby.xyz; # substitute your machine's IP address or FQDN
|
||||
server_name note.example.org; # substitute your machine's IP address or FQDN
|
||||
charset utf-8;
|
||||
|
||||
# max upload size
|
||||
|
|
|
@ -51,4 +51,4 @@ SESSION_COOKIE_AGE = 60 * 60 * 3
|
|||
|
||||
# CAS Client settings
|
||||
# Can be modified in secrets.py
|
||||
CAS_SERVER_URL = "https://note.comby.xyz/cas/"
|
||||
CAS_SERVER_URL = "http://localhost:8000/cas/"
|
||||
|
|
Loading…
Reference in New Issue