Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 863366 Details for
Bug 1065488
Update nginx.conf to reflect upstream guidance
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
git diff for nginx.conf
pitfalls.patch (text/plain), 1.70 KB, created by
Mike Ruckman
on 2014-02-14 18:39:18 UTC
(
hide
)
Description:
git diff for nginx.conf
Filename:
MIME Type:
Creator:
Mike Ruckman
Created:
2014-02-14 18:39:18 UTC
Size:
1.70 KB
patch
obsolete
>diff --git a/nginx.conf b/nginx.conf >index ace77a2..4c77d38 100644 >--- a/nginx.conf >+++ b/nginx.conf >@@ -40,31 +40,30 @@ http { > # for more information. > include /etc/nginx/conf.d/*.conf; > >+ index index.html index.htm; >+ > server { > listen 80; > server_name localhost; >+ root /usr/share/nginx/html; > > #charset koi8-r; > > #access_log /var/log/nginx/host.access.log main; > > location / { >- root /usr/share/nginx/html; >- index index.html index.htm; > } > > # redirect server error pages to the static page /40x.html > # > error_page 404 /404.html; > location = /40x.html { >- root /usr/share/nginx/html; > } > > # redirect server error pages to the static page /50x.html > # > error_page 500 502 503 504 /50x.html; > location = /50x.html { >- root /usr/share/nginx/html; > } > > # proxy the PHP scripts to Apache listening on 127.0.0.1:80 >@@ -98,10 +97,9 @@ http { > # listen 8000; > # listen somename:8080; > # server_name somename alias another.alias; >+ # root html; > > # location / { >- # root html; >- # index index.html index.htm; > # } > #} > >@@ -111,6 +109,7 @@ http { > #server { > # listen 443; > # server_name localhost; >+ # root html; > > # ssl on; > # ssl_certificate cert.pem; >@@ -123,8 +122,6 @@ http { > # ssl_prefer_server_ciphers on; > > # location / { >- # root html; >- # index index.html index.htm; > # } > #}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1065488
: 863366