mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +00:00
server_name should be optional
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
server_name webvirtcloud.example.com;
|
||||
#server_name webvirtcloud.example.com;
|
||||
#access_log /var/log/nginx/webvirtcloud-access_log;
|
||||
|
||||
location /static/ {
|
||||
|
||||
Reference in New Issue
Block a user