first commit
This commit is contained in:
13
nginx.conf
Normal file
13
nginx.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
events {}
|
||||
|
||||
|
||||
http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
location / {
|
||||
proxy_pass http://kosma-3x-ui:2053/;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user