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
78e8325b
Commit
78e8325b
authored
Nov 04, 2019
by
Phillip Smith (fukawi2)
Browse files
add missing ipv6 listen directives to nginx config
parent
fd053069
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/fluxbb/templates/nginx.conf.j2
View file @
78e8325b
server {
listen 80;
listen [::]:80;
server_name {{ fluxbb_domain }};
access_log /var/log/nginx/{{ fluxbb_domain }}/access.log;
...
...
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