1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-04 11:46:40 +08:00

fix: fix issue with install openresty failed (#4063)

This commit is contained in:
CityFun 2025-06-04 22:39:05 +08:00 committed by GitHub
parent 5fdf98d2b3
commit b91e208531

View File

@ -1,6 +1,6 @@
server {
listen 80;
listen [::]:80;
listen 80 default_server;
listen [::]:80 default_server;
server_name _;