PhyrePanel-mirror/samples/ubuntu/nginx.conf.sample

12 lines
141 B
Text
Raw Normal View History

2024-04-22 11:14:05 +00:00
server {
server_name %SERVER_NAME% www.%SERVER_NAME%;
root %SERVER_ROOT%;
charset utf-8;
location / {
}
}