Skip to content
Snippets Groups Projects
Commit 448929b9 authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

Merge branch 'get_rid_of_PAC' into 'master'

Use example.org in nginx_note.conf_example

See merge request !34
parents 70c9c325 55a77542
No related branches found
No related tags found
1 merge request!34Use example.org in nginx_note.conf_example
Pipeline #7848 passed with warnings with stages
in 4 minutes
...@@ -9,7 +9,7 @@ server { ...@@ -9,7 +9,7 @@ server {
# the port your site will be served on # the port your site will be served on
listen 80; listen 80;
# the domain name it will serve for # 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; charset utf-8;
# max upload size # max upload size
......
...@@ -51,4 +51,4 @@ SESSION_COOKIE_AGE = 60 * 60 * 3 ...@@ -51,4 +51,4 @@ SESSION_COOKIE_AGE = 60 * 60 * 3
# CAS Client settings # CAS Client settings
# Can be modified in secrets.py # Can be modified in secrets.py
CAS_SERVER_URL = "https://note.comby.xyz/cas/" CAS_SERVER_URL = "http://localhost:8000/cas/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment