mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
5 lines
67 B
Text
5 lines
67 B
Text
server {
|
|
listen 80;
|
|
listen [::]:80;
|
|
server_name langgood.com;
|
|
}
|