简体   繁体   中英

Creating a nginx virtual host configuration file

I have gone through several nginx tutorials but none of them explains the virtual host configuration file extension.

I have looked at the default file from this location on ubuntu

/etc/nginx/sites-available# 

But i cant seem to understand the extension of the file. is it a .conf file?.

Nginx read all files from this directory, on my servers filename equals domain:

/etc/nginx/sites-available:
     example.com
     subpage.example.com

You don't need any specific file extension. I hope I dispelled your doubts.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM