Commit 94e339f4 by Mohamed Siddiq

- add nginx config file

parent 335b88ff
user nginx;
worker_processes 1;
events {
worker_connections 1024;
}
http {
server {
listen 80;
server_name trainingdocker.cybersolution.com.my www.trainingdocker.cybersolution.com.my;
}
}
\ No newline at end of file
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