Nginx not picking up site in sites-enabled?

后端 未结 3 1996
半阙折子戏
半阙折子戏 2021-01-29 23:05

After over 10 hours of research I have not figured out why this doesn\'t work! I am trying to move my localhost to my sites-enabled folder which is in /etc/nginx/sites-enabled/d

3条回答
  •  耶瑟儿~
    2021-01-29 23:15

    Changing from:

    include /etc/nginx/sites-enabled/*; 
    

    to

    include /etc/nginx/sites-enabled/*.*; 
    

    fixed my issue

提交回复
热议问题