aboutsummaryrefslogtreecommitdiffhomepage
path: root/nginx.conf
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-17 16:04:36 +0900
committernsfisis <nsfisis@gmail.com>2025-08-17 16:24:47 +0900
commit7ce06a9fd904a96c92d6383a09cad2ad99f4053d (patch)
tree287fa99a73fe3d96820de0cb88afe3eefddaf647 /nginx.conf
parent2cb998d18de1f5928a3b2c995ab5c2d32f22c898 (diff)
downloadiosdc-japan-2025-albatross-7ce06a9fd904a96c92d6383a09cad2ad99f4053d.tar.gz
iosdc-japan-2025-albatross-7ce06a9fd904a96c92d6383a09cad2ad99f4053d.tar.zst
iosdc-japan-2025-albatross-7ce06a9fd904a96c92d6383a09cad2ad99f4053d.zip
feat: update "PHPerKaigi" to "iOSDC Japan"
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/nginx.conf b/nginx.conf
index 08c9abf..e2a3dd3 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -6,11 +6,11 @@ http {
server {
listen 80;
- location /phperkaigi/2025/code-battle/files/ {
+ location /iosdc-japan/2025/code-battle/files/ {
alias /var/www/files/;
}
- location /phperkaigi/2025/code-battle/api/ {
+ location /iosdc-japan/2025/code-battle/api/ {
proxy_pass http://api-server;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
@@ -18,7 +18,7 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
}
- location /phperkaigi/2025/code-battle/admin/ {
+ location /iosdc-japan/2025/code-battle/admin/ {
proxy_pass http://api-server;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
@@ -26,7 +26,7 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
}
- location /phperkaigi/2025/code-battle/ {
+ location /iosdc-japan/2025/code-battle/ {
proxy_pass http://app-server;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;