How to configure Nginx for a Laravel website to use SSL with Let's Encrypt on Ubuntu Focal server with php8.0?

前端 未结 0 484
你的背包
你的背包 2020-12-14 16:31

I\'m currently using the default configuration below, provided by Laravel here:

server {
    listen 80;
    server_name www.example.com;
    root /srv/www/exa         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题