- sudo systemctl start nginx
- sudo systemctl status nginx
- sudo systemctl enable nginx (startup)
- vim /etc/nginx/sites-enabled/default and add the server config there:
server {
listen 80;
listen [::]:80;
server_name oldblog.muscalu.net;
location / {
proxy_pass http://127.0.0.1:3001/; } } server { listen 80; listen [::]:80; server_name cristian.muscalu.net; location / {
proxy_pass http://127.0.0.1:3000/; } } - done
-
Notifications
You must be signed in to change notification settings - Fork 0
muscaiu/ghost-blog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
My Ghost Blog
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published