Update nginx.conf

This commit is contained in:
vilorij 2021-02-25 00:03:24 +03:00 committed by GitHub
parent 380a2e2464
commit 413ec98229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
server {
listen 8080;
listen [::]:8080;
server_name localhost;
location / {