mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
12 lines
141 B
Text
12 lines
141 B
Text
|
server {
|
||
|
|
||
|
server_name %SERVER_NAME% www.%SERVER_NAME%;
|
||
|
|
||
|
root %SERVER_ROOT%;
|
||
|
charset utf-8;
|
||
|
|
||
|
location / {
|
||
|
|
||
|
}
|
||
|
}
|