fix login

This commit is contained in:
ntr
2019-05-25 16:45:39 +10:00
parent b33f955a0f
commit 21efb909fb
2 changed files with 12 additions and 9 deletions
+5 -1
View File
@@ -8,7 +8,7 @@ map $http_upgrade $connection_upgrade {
}
server {
root /home/git/cryps/client/dist/;
root /home/git/mnml/client/dist/;
index index.html;
server_name mnml.gg; # managed by Certbot
@@ -17,6 +17,10 @@ server {
return 301 https://mnml.gg$request_uri;
} # managed by Certbot
if ($host = cryps.gg) {
return 301 https://mnml.gg$request_uri;
} # managed by Certbot
location / {
try_files $uri $uri/ =404;
}