Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
b0032361
Commit
b0032361
authored
May 23, 2019
by
BAIRE Anthony
Browse files
fix location where datastore files are hosted
parent
732f5c1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
django/setup/files/etc/nginx/conf.d/allgo.conf.template
View file @
b0032361
...
@@ -56,7 +56,7 @@ server
...
@@ -56,7 +56,7 @@ server
autoindex on;
autoindex on;
auth_request /auth;
auth_request /auth;
auth_request_set $auth_status $upstream_status;
auth_request_set $auth_status $upstream_status;
root
/vol/rw/;
alias
/vol/rw/
datastore/
;
# This is a security measure (DO NOT REMOVE)
# This is a security measure (DO NOT REMOVE)
...
@@ -125,7 +125,7 @@ server
...
@@ -125,7 +125,7 @@ server
autoindex on;
autoindex on;
auth_request /auth;
auth_request /auth;
auth_request_set $auth_status $upstream_status;
auth_request_set $auth_status $upstream_status;
root
/vol/rw/;
alias
/vol/rw/
datastore/
;
# This is a security measure (DO NOT REMOVE)
# This is a security measure (DO NOT REMOVE)
#
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment