Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
ef4c4233
Commit
ef4c4233
authored
Nov 04, 2019
by
Phillip Smith (fukawi2)
Browse files
add missing listen directive for nginx ipv6
parent
9e0549dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/fluxbb/templates/nginx.conf.j2
View file @
ef4c4233
...
...
@@ -13,6 +13,7 @@ server {
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name {{ fluxbb_domain }};
root {{ fluxbb_dir }};
index index.php;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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