1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 23:55:24 +00:00

Merge pull request #26 from NerdsvilleCEO/patch-1

server_name should be optional
This commit is contained in:
Anatoliy Guskov 2015-06-27 16:27:19 +03:00
commit 68919288f8

View file

@ -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/ {