PhyrePanel-mirror/samples/ubuntu/nginx.conf.sample
2024-04-22 14:14:05 +03:00

11 lines
141 B
Text

server {
server_name %SERVER_NAME% www.%SERVER_NAME%;
root %SERVER_ROOT%;
charset utf-8;
location / {
}
}