You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
187 B

4 years ago
  1. location /user_backend {
  2. rewrite ^/user_backend/(.*) /$1 break;
  3. include uwsgi_params;
  4. uwsgi_pass unix:/run/lilik_backend.sock;
  5. }
  6. location /add {
  7. alias /opt/lilik-users/static;
  8. }