Set server name in nginx
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-06-01 17:48:31 +02:00
parent a29fa861cb
commit 03bb26fe6a

View File

@@ -1,5 +1,6 @@
server {
listen 80;
server_name tsotr.humenius.me;
location /api/ {
proxy_set_header Upgrade $http_upgrade;