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