8 Commits

Author SHA1 Message Date
Stepan Vladovskiy
2a08e6204e feat: sv - nginx sigil with /upload
All checks were successful
Deploy on push / deploy (push) Successful in 27s
2024-05-06 04:20:18 -03:00
Stepan Vladovskiy
ab6dcde170 feat: sv - nginx sigil with /upload and now / on the end of proxy-pass 2024-05-06 04:18:24 -03:00
Stepan Vladovskiy
bf9e571cd8 feat: sv - nginx sigil with /upload 2024-05-06 04:07:07 -03:00
Stepan Vladovskiy
e38df1f9d5 debug: sv - nginx sigil old fasch alot of /// around all 2024-05-06 03:28:31 -03:00
Stepan Vladovskiy
449f63f540 debug: sv - back configs in nginx.sigil 2024-05-06 02:56:40 -03:00
Stepan Vladovskiy
22106ad657 debug: sv - trying different configs in nginx.sigil 2024-05-06 02:54:58 -03:00
Stepan Vladovskiy
4c274eee2e debug: /upload instead of /upload/ in sigil 2024-05-06 02:04:55 -03:00
Stepan Vladovskiy
b3caccb786 debug: sv - sigil style for uploader without / on the end of the proxy_pass 2024-05-05 23:11:31 -03:00

View File

@@ -65,7 +65,7 @@ server {
}
# Custom location block for /upload
location /upload/ {
location /upload {
proxy_pass http://uploader-8080/;
{{ $proxy_settings }}
{{ $gzip_settings }}