mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add https comment to nginx file (#5243)
This commit is contained in:
parent
0aee2a11c4
commit
f4f39e274f
@ -2,6 +2,9 @@
|
|||||||
server {
|
server {
|
||||||
|
|
||||||
# Listen for connection on (internal) port 80
|
# Listen for connection on (internal) port 80
|
||||||
|
# If you are exposing this server to the internet, you should use HTTPS!
|
||||||
|
# In which case, you should also set up a redirect from HTTP to HTTPS, and listen on port 443
|
||||||
|
# See the Nginx documentation for more details
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|
||||||
real_ip_header proxy_protocol;
|
real_ip_header proxy_protocol;
|
||||||
|
Loading…
Reference in New Issue
Block a user