fix: domains in nginx config
This commit is contained in:
parent
2e53572b0a
commit
bc8937de2f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name park.ixvd.net, _;
|
||||
server_name park.ixvd.net _;
|
||||
|
||||
location / {
|
||||
proxy_pass http://pdsite;
|
||||
|
|
Loading…
Reference in a new issue