mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
13 lines
184 B
Text
13 lines
184 B
Text
server {
|
|
listen {{ http_listen_port }};
|
|
listen [::]:{{ http_listen_port }};
|
|
|
|
server_name {{ server_name }};
|
|
|
|
{{ index }}
|
|
|
|
{{ root }}
|
|
|
|
# extra
|
|
{{ extra }}
|
|
}
|