Erant-OldApp/public/router.conf

13 lines
196 B
Plaintext
Raw Normal View History

2022-12-04 14:58:31 +00:00
server {
server_name cms.example.com;
location / {
proxy_pass http://127.0.0.1:xxxx;
}
}
server {
server_name *.example.com;
location / {
proxy_pass http://127.0.0.1:xxxx;
}
}