Hello all,
I just finished to install Mastodon on my VPS under Debian 9. All seems to work finaly, Nginx say me “/etc/nginx/nginx.conf test is successful” but when i try to finish the installation online i’ve the Nginx welcome page
Here my mastodon Nginx Conf :
server {
listen 80;
listen [::]:80;
server_name mydomain.org www.mydomain.org ;
root /opt/mastodon/live/public;
location /.well-known/acme-challenge/ { allow all; }
location / { return 301 https://$host$request_uri; }
}
Thanks for help
saper
December 9, 2019, 9:56pm
#2
Do you have an entry with the HTTP server listening on port 443 (listen 443 ssl
or similar)?
Hi Saper,
Thanks for your answer, but i fixed my problem
Now i’ve a new one ! so we can close this post i’ll create a new one for my new pb ^^
saper
December 10, 2019, 8:39am
#4
Would be nice to write how you fixed it no need to close the post.
Oh simply ! I followed another tutotrials more easy and i re-install all
1 Like
system
closed
December 24, 2019, 10:12am
#6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.