I am running a Django Project in PyCharm and deploying it to EC2 in AWS. The guide tells me to use nginx I have to create a file called nginx_someName.conf
however no matter how much I try I can't get create a .conf
file and write in it. I tried to download Scala to Pycharm using the question below IntelliJ IDEA plugin to fold .conf files? but somehow the Scala plugin is no longer available on Pycharm. (Scala was supposed to be a plugin that allows .conf
files)
However I am able to create .config
files So I named my file nginx_someName.config
Is it the same thing
Image below in relation to @yole's solution