forked from Abdulbari/sgeUpdated
Update sge-frontend/nginx.conf
This commit is contained in:
@@ -1,76 +1,32 @@
|
|||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name bgreen.blc-css.com;
|
server_name bgreen.blc-css.com;
|
||||||
|
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri /index.html;
|
try_files $uri /index.html;
|
||||||
}
|
}
|
||||||
|
location /api/v1/graphql {
|
||||||
location /api/v1/graphql {Logo
|
proxy_pass http://bgreen-backend:8080/api/v1/graphql;
|
||||||
Issues
|
|
||||||
Pull Requests
|
|
||||||
Milestones
|
|
||||||
Explore
|
|
||||||
Abdulbari
|
|
||||||
/
|
|
||||||
sgeUpdated
|
|
||||||
forked from BLC/sgeUpdated
|
|
||||||
Code
|
|
||||||
Pull Requests
|
|
||||||
Actions
|
|
||||||
Activity
|
|
||||||
Settings
|
|
||||||
sgeUpdated
|
|
||||||
/
|
|
||||||
sge-frontend
|
|
||||||
/
|
|
||||||
nginx.conf
|
|
||||||
or Cancel
|
|
||||||
78910111213141516171819202122232425262728293031323334563412
|
|
||||||
|
|
||||||
Commit Changes
|
|
||||||
Update sge-frontend/nginx.conf
|
|
||||||
Add an optional extended description…
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Commit email
|
|
||||||
|
|
||||||
Powered by Gitea
|
|
||||||
Version: 1.24.4 Page:
|
|
||||||
62ms
|
|
||||||
Template:
|
|
||||||
8ms
|
|
||||||
Licenses
|
|
||||||
API
|
|
||||||
$0
|
|
||||||
proxy_pass http://backend:8080/api/v1/graphql;
|
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/v1/upload {
|
location /api/v1/upload {
|
||||||
proxy_pass http://backend:8080/upload;
|
proxy_pass http://bgreen-backend:8080/upload;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
}
|
}
|
||||||
|
|
||||||
# location /api/v1/datacenter {
|
# location /api/v1/datacenter {
|
||||||
# proxy_pass http://backend:8080/api/v1/datacenter;
|
# proxy_pass http://backend:8080/api/v1/datacenter;
|
||||||
# proxy_set_header Host $host;
|
# proxy_set_header Host $host;
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
# proxy_set_header X-Real-IP $remote_addr;
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# Hata durumlarında da index.html'i sun
|
# Hata durumlarında da index.html'i sun
|
||||||
error_page 404 /index.html;
|
error_page 404 /index.html;
|
||||||
|
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_vary on;
|
gzip_vary on;
|
||||||
gzip_min_length 10240;
|
gzip_min_length 10240;
|
||||||
gzip_proxied any;
|
gzip_proxied any;
|
||||||
gzip_types text/plain text/css text/xml text/javascript application/javascript application/json application/xml application/rss+xml application/atom+xml image/svg+xml;
|
gzip_types text/plain text/css text/xml text/javascript application/javascript application/json application/xml application/rss+xml application/atom+xml image/svg+xml;
|
||||||
gzip_comp_level 5;
|
gzip_comp_level 5;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user