-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add default configuration filenames in NGINX files #3
Comments
Per http://nginx.org/en/docs/beginners_guide.html I see this: By default, the configuration file is named nginx.conf and placed in the directory /usr/local/nginx/conf, /etc/nginx, or /usr/local/etc/nginx. |
Does this applies to hosting services like Goddady?
…-ed
On Wed, Apr 29, 2020 at 9:18 PM Dan York ***@***.***> wrote:
Per http://nginx.org/en/docs/beginners_guide.html I see this:
------------------------------
By default, the configuration file is named nginx.conf and placed in the
directory /usr/local/nginx/conf, /etc/nginx, or /usr/local/etc/nginx.
------------------------------
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOCH5IL7E7ENM4YTXWM2QTRPDGXBANCNFSM4MVCDFDQ>
.
--
*NOTICE:* This email may contain information which is confidential and/or
subject to legal privilege, and is intended for the use of the named
addressee only. If you are not the intended recipient, you must not use,
disclose or copy any part of this email. If you have received this email by
mistake, please notify the sender and delete this message immediately.
|
Ed, We're going to need to figure out how to do this in hosting services like GoDaddy. |
I suggest that your team contact someone in the technical department in
Goddady and invite them to this course. It believe that it will be in their
interest to increase security in their hosting servers.
…-ed
On Fri, May 1, 2020 at 3:48 PM Dan York ***@***.***> wrote:
Ed,
No, this is just for the self-hosted servers where you have access to the
command line. See my note over in issue #2
<#2> - #2
(comment)
<#2 (comment)>
We're going to need to figure out how to do this in hosting services like
GoDaddy.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOCH5MFEP3GIP5IUUSWCZLRPMRSRANCNFSM4MVCDFDQ>
.
--
*NOTICE:* This email may contain information which is confidential and/or
subject to legal privilege, and is intended for the use of the named
addressee only. If you are not the intended recipient, you must not use,
disclose or copy any part of this email. If you have received this email by
mistake, please notify the sender and delete this message immediately.
|
I'm noticing that some of the NGINX files don't have the file name for the usual configuration file. We should add whatever the default is.
The text was updated successfully, but these errors were encountered: