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
LQDN Adminsys
piops-roles
hedgedocs-pad-lqdn
Commits
12b8db4a
Commit
12b8db4a
authored
Jan 19, 2021
by
nono
💻
Browse files
Fixed nginx config file
parent
798ceaaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/etc/nginx/hedgedocs-nginx.conf.j2
View file @
12b8db4a
...
...
@@ -3,7 +3,7 @@ map $http_upgrade $connection_upgrade {
'' close;
}
server {
server_name {{ service_hedgedocs_domain.split("
https:
//")[0] | lower }};
server_name {{ service_hedgedocs_domain.split("//")[0] | lower }};
location / {
proxy_pass http://127.0.0.1:3000;
...
...
Write
Preview
Markdown
is supported
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