fix nginx vhiost domain
This commit is contained in:
parent
65e0616a27
commit
97b360729c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ upstream zammad-websocket {
|
|||
|
||||
server {
|
||||
listen 80;
|
||||
server_name zammad.intdmz.h1.mdd zammad.magix-support.net;
|
||||
server_name zammad.example.com;
|
||||
root /opt/zammad/public;
|
||||
|
||||
access_log /var/log/nginx/zammad.access.log;
|
||||
|
|
Loading…
Reference in a new issue