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
FELINN core
tools
nginx new host
Commits
1e455865
Commit
1e455865
authored
May 18, 2021
by
f00wl
🦉
Browse files
Get cets before redirect www on https
parent
69b73aa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
template.conf
View file @
1e455865
...
...
@@ -3,7 +3,7 @@
# www redirect
server
{
listen
80
;
listen
443
ssl
http2
;
#!!#
listen 443 ssl http2;
server_name
www
.{{
hostname
}};
return
301
https
://{{
hostname
}}$
request_uri
;
}
...
...
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