change to subdomain
parent
e00d30dde7
commit
66bae18268
|
@ -1,3 +0,0 @@
|
||||||
location /wiki/ {
|
|
||||||
proxy_pass http://localhost:3000/;
|
|
||||||
}
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
server {
|
||||||
|
listen 443 ssl http2;
|
||||||
|
listen [::]:443 ssl http2;
|
||||||
|
server_name w.mracs.dev;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
proxy_pass http://localhost:3000;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue