mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 09:16:15 -04:00
Add ipv6 support
This commit is contained in:
parent
08d977b8cd
commit
71d19d02c7
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name localhost;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue