diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-17 16:04:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-17 16:24:47 +0900 |
| commit | 7ce06a9fd904a96c92d6383a09cad2ad99f4053d (patch) | |
| tree | 287fa99a73fe3d96820de0cb88afe3eefddaf647 /nginx.conf | |
| parent | 2cb998d18de1f5928a3b2c995ab5c2d32f22c898 (diff) | |
| download | iosdc-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.conf | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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; |
