fix: domains in nginx config

This commit is contained in:
Strix 2023-12-23 22:30:04 +01:00
parent 2e53572b0a
commit bc8937de2f
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -1,6 +1,6 @@
server {
listen 80;
server_name park.ixvd.net, _;
server_name park.ixvd.net _;
location / {
proxy_pass http://pdsite;