Commit 9559975c by Administrator

Update nginx.conf

parent c0255d3a
...@@ -133,6 +133,7 @@ http { ...@@ -133,6 +133,7 @@ http {
server { server {
listen 80; listen 80;
server_name lms2.bailuntec.com; server_name lms2.bailuntec.com;
access_log off;
location / { location / {
proxy_pass http://172.31.255.26; proxy_pass http://172.31.255.26;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment