PhyrePanel/samples/ubuntu/nginx.conf.sample
Bozhidar Slaveykov 92428a8c33 update
2023-11-27 20:59:11 +02:00

11 lines
141 B
Text

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