no-presence-sigil

This commit is contained in:
Untone 2024-01-11 20:02:39 +03:00
parent d9e1fb5161
commit bd31c0afc5

View File

@ -49,14 +49,14 @@ server {
} }
# Custom location block for /connect # Custom location block for /connect
location /connect/ { # location /connect/ {
proxy_pass http://presence-8080/; # proxy_pass http://presence-8080/;
{{ $proxy_settings }} # {{ $proxy_settings }}
{{ $gzip_settings }} # {{ $gzip_settings }}
{{ $cors_headers_options }} # {{ $cors_headers_options }}
{{ $cors_headers_post }} # {{ $cors_headers_post }}
{{ $cors_headers_get }} # {{ $cors_headers_get }}
} # }
location ~* \.(jpg|jpeg|png|gif|ico|css|js)$ { location ~* \.(jpg|jpeg|png|gif|ico|css|js)$ {
expires 30d; # This means that the client can cache these resources for 30 days. expires 30d; # This means that the client can cache these resources for 30 days.