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:
parent
5fdf98d2b3
commit
b91e208531
@ -1,6 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
||||
server_name _;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user