@@ -0,0 +1,15 @@
+server {
+ #yellow
+ listen 8681;
+ server_name localhost;
+
+ location / {
+ root html;
+ index index.html index.htm;
+ }
+ location ~ /hosp/ {
+ proxy_pass http://localhost:8183;
+}