apps/api: upgrade example nginx.conf

This commit is contained in:
Chika 2022-11-30 19:27:58 +03:00
parent 87ba05a8f1
commit 8c5a360f8e

View File

@ -20,11 +20,6 @@ http {
listen 80;
include /etc/nginx/mime.types;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
error_page 401 /login;
location = /auth {