mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 15:15:22 +00:00
server_name should be optional
This commit is contained in:
parent
e54fd13e9a
commit
0dcd2300f4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|
||||||
server_name webvirtcloud.example.com;
|
#server_name webvirtcloud.example.com;
|
||||||
#access_log /var/log/nginx/webvirtcloud-access_log;
|
#access_log /var/log/nginx/webvirtcloud-access_log;
|
||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
|
|
Loading…
Reference in a new issue