Bind to 127.0.0.1

This commit is contained in:
0x1eef 2023-03-20 08:55:52 -03:00
parent 515523ed57
commit 2f07479563

View file

@ -22,6 +22,6 @@ server {
ssl_certificate <%= nginx.ssl.cert %>;
ssl_certificate_key <%= nginx.ssl.cert_key %>;
<% else %>
listen 80;
listen 127.0.0.1:80;
<% end %>
}