pin sevice to ipv4 #50

Merged
OCram85 merged 2 commits from fix/ipv4 into master 2024-03-24 09:24:17 +01:00
Showing only changes of commit 683b4b02a1 - Show all commits

View File

@ -5,7 +5,7 @@ http {
include mime.types;
server {
listen 80;
listen 0.0.0.0:80;
root /usr/share/nignx/html;
index index.html;
error_page 404 /404.html;